-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 [firebase_messaging] java.lang.NullPointerException: Attempt to invoke interface method #3767
Comments
Hi @saravananmnm |
Hey @saravananmnm. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @saravananmnm if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
2020-10-29 11:38:47.669 6459-6459/com.courieralliance.driverca.qa W/FlutterEnginePluginRegistry: Attempted to register plugin (io.flutter.embedding.engine.plugins.shim.ShimPluginRegistry$ShimRegistrarAggregate@b3b4285) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@e5e08da).
|
C:\Saravanan\Flutter_Sdk\flutter\bin\flutter.bat doctor --verbose [√] Android toolchain - develop for Android devices (Android SDK version 30.0.0) [√] Android Studio (version 4.0) [√] Connected device (1 available) • No issues found! |
When i kill the application this issue occured still now. ` //import com.transistorsoft.flutter.backgroundfetch.BackgroundFetchPlugin; public class Application extends FlutterApplication implements PluginRegistry.PluginRegistrantCallback {
} |
The text was updated successfully, but these errors were encountered: