We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c603d commit d6902c3Copy full SHA for d6902c3
lib/main.dart
@@ -36,7 +36,7 @@ Future<void> main() async {
36
await Firebase.initializeApp();
37
//
38
// Set the background messaging handler early on, as a named top-level function
39
- FirebaseMessaging.onBackgroundMessage(_firebaseMessagingBackgroundHandler);
+ // FirebaseMessaging.onBackgroundMessage(_firebaseMessagingBackgroundHandler);
40
41
if (!kIsWeb) {
42
/// Update the iOS foreground notification presentation options to allow
0 commit comments