invokeNotificationAction method
- AppNotificationAction action
Invokes the given action using the notification processor's onAction handler.
Implementation
void invokeNotificationAction(AppNotificationAction action) {
widget.onAction(action);
}
Invokes the given action using the notification processor's onAction handler.
void invokeNotificationAction(AppNotificationAction action) {
widget.onAction(action);
}