i am using shared_preferences: ^2.0.7 with flutter_background_service: ^0.1.5 in flutter but when call shared preferences give me the error
"Flutter: Unhandled exception: MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences)"
When working in the forground mode, the call is done correctly, this problem occurs only about the call in the background mode.