I'm using quick_actions plugin in one of my Flutter apps and wish to invoke a headless Dart function when user clicks on a shortcut.
I just wish to execute the dart code in background without showing the app screen to the user. I know many plugins like background_fetch, WorkManager etc can schedule to run dart code in background.
I'm assuming that the java code in quick_actions plugin might have to be modified to achieve?