subtyven

Results 3 comments of subtyven

Hello @GeceGibi , What is "Native" ? My code looks like this : ```dart Future main() async { FirebaseMessaging.onBackgroundMessage(handleBackgroundMessage); runApp(child: const MyApp())); } Future handleBackgroundMessage(RemoteMessage remoteMessage) async { FlutterAppBadger.updateBadgeCount(1); }...

Ok anyway the problem for me is same as #57