FCMConfig class

Properties

hashCode int
The hash code for this object.
no setterinherited
local → LocaleNotificationInterface
no setter
messaging FirebaseMessaging
no setter
onMessage Stream<RemoteMessage>
no setter
onTap Stream<RemoteMessage>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance FCMConfig
no setter