NotificationService class Null safety Services

알림 서비스

Constructors

NotificationService()
factory

Properties

channel AndroidNotificationChannel
read / write
flutterLocalNotificationsPlugin FlutterLocalNotificationsPlugin
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
instanceId int
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

firebaseMessagingBackgroundHandler(RemoteMessage message) Future<void>
firebaseMessagingForegroundHandler(RemoteMessage message) Future<void>
getToken() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
onDidReceiveLocalNotification(int id, String? title, String? body, String? payload) → void
showBigPictureNotification(Map<String, dynamic> pinpointMessage) Future<void>
showBigPictureNotificationHiddenLargeIcon(Map<String, dynamic> pinpointMessage) Future<void>
toString() String
A string representation of this object. [...]
inherited

Operators

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