flutter_foreground_task
flutter_foreground_task copied to clipboard
Missing plugin exception
When using flutter_foreground_task for android as described in combination with another plugin (which is written in native code, too) I do receive the following error message as soon as onStart() is called: MissingPluginException(No implementation found for method xxx on channel yyy)
The plugin is working when called regularly on main function.
Is there anything I can do to make it work with this plugin?