NotificationService class

Constructors

NotificationService(DitoSDK dito)

Properties

androidDetails → AndroidNotificationDetails
final
didReceiveLocalNotificationStream StreamController<CustomNotification>
final
hashCode int
The hash code for this object.
no setterinherited
iosDetails → DarwinNotificationDetails
final
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>
showLocalNotification(CustomNotification notification) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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