MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences)
I am getting this error when my app is in a background/Terminated state.
I am using SharedPreference Instance with firebase messaging, and in handling background messages, I got this exception.
Solutions Tried:
- changing build types
- changing proguard-rules.pro
- Changing MainActibity.kt file
by following this ->
Nothing worked