aly22

Results 2 comments of aly22

Was facing the same problem, After writing `@pragma('vm:entry-point')` before the top level function it fixed it. Like this: ``` @pragma('vm:entry-point') Future _firebaseBackgroundMessage(RemoteMessage message) async { if (message.notification != null) {...

> it has issue with "Get.back()" within dialog, > > Screen.Recording.2024-05-20.at.9.48.43.AM.mp4 Use Navigator.pop(context);