NotificationEvent.internal constructor
NotificationEvent.internal({
- String? action,
- Notification? notification,
- String? reply,
Implementation
NotificationEvent.internal({this.action, this.notification, this.reply})
: super._('Notification');