NotificationService class

Constructors

NotificationService(DitoSDK dito)

Properties

androidDetails ↔ AndroidNotificationDetails
getter/setter pair
didReceiveLocalNotificationStream StreamController<CustomNotification>
final
hashCode int
The hash code for this object.
no setterinherited
iosDetails ↔ DarwinNotificationDetails
getter/setter pair
localNotificationsPlugin ↔ FlutterLocalNotificationsPlugin
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectNotificationStream StreamController<String?>
final

Methods

addNotificationToStream(CustomNotification notification) → dynamic
checkPermissions() Future<void>
dispose() → void
getDeviceFirebaseToken() Future<String?>
handleMessage(RemoteMessage message) → void
initialize() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onTapNotification(NotificationResponse? response) Future<void>
setAndroidDetails(AndroidNotificationDetails details) → dynamic
setIosDetails(DarwinNotificationDetails details) → dynamic
showLocalNotification(CustomNotification notification) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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