IFirebaseController class abstract

Implementers

Constructors

IFirebaseController()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getFcmToken() Future<String?>
getFirebaseRemoteConfig() Future<FirebaseRemoteConfigModel>
getInitialNotification() Future<FirebaseNotification?>
retrive notification after app open from closed state
initializeLocalNotification({bool alert = true, bool announcement = false, bool badge = true, bool carPlay = false, bool criticalAlert = false, bool provisional = false, bool sound = true, void onSelected(String?)?, String androidNotificationIcon = '@mipmap/launcher_icon'}) Future<FlutterLocalNotificationsPlugin>
listenNotifications() Stream<RemoteMessage>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onFcmTokenRefresh() Stream<String>
showNotification(FirebaseNotification notification, void onNotificationClicked(dynamic payload), {FlutterLocalNotificationsPlugin? flutterLocalNotificationsPlugin}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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