NotificationService class

ローカル通知に関するサービス

Constructors

NotificationService(FlutterLocalNotificationsPlugin _flutterLocalNotificationsPlugin, NotificationHandler _notificationHandler, LoggerCaptureService _loggerCaptureService)

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

initializePlatformNotifications() Future<void>
通知の初期化
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDidReceiveNotificationResponse(NotificationResponse response) → void
アプリがフォアグラウンド状態の時に通知を押した場合の処理
showNotification({int? id, String? title, String? body, String? payload}) Future<void>
通知を表示する
toString() String
A string representation of this object.
inherited

Operators

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