flutter_foreground_task icon indicating copy to clipboard operation
flutter_foreground_task copied to clipboard

Missing plugin exception

Open typexy opened this issue 3 years ago • 0 comments

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?

typexy avatar Oct 24 '22 22:10 typexy