FCMConfig class
Methods
-
getInitialMessage()
→ Future<RemoteMessage?>
-
-
init({BackgroundMessageHandler? onBackgroundMessage, String defaultAndroidForegroundIcon = '@mipmap/ic_launcher', required AndroidNotificationChannel defaultAndroidChannel, bool alert = true, bool announcement = false, bool badge = true, bool carPlay = false, bool criticalAlert = false, bool provisional = false, bool sound = true, FirebaseOptions? options, String? name, bool displayInForeground(RemoteMessage notification) = _defaultDisplayInForeground, String linuxActionName = 'fcm_config'})
→ Future
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited