PropsFlutterNotificationsdk class

Constructors

PropsFlutterNotificationsdk()
factory

Properties

coriginKeys String?
getter/setter pair
flutterLocalNotificationsPlugin → FlutterLocalNotificationsPlugin
final
hashCode int
The hash code for this object.
no setterinherited
initDone Future
no setter
payload String?
getter/setter pair
platform MethodChannel
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

callEvents(String notificationId) Future<void>
firebaseMessagingBackgroundHandler(RemoteMessage message) Future<void>
getCoriginKeys() String?
initializePushnotif() Future<void>
logMessageOpened(String notificationId) Future<void>
logMessageReceived(String notificationId) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processTimer() → void
registerUserData() Future<void>
setCoriginKeys(String coriginKeys) → void
showNotification(String title, String body, Object pl) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance PropsFlutterNotificationsdk
final