onNotificationActionCallback property

Stream<NotificationActionName> onNotificationActionCallback

Stream of notification actions callback.

Events are sent every time the user taps on one of the notifications actions, if NotificationActionCallbackMode.CUSTOMis passed toAudioNotification`.

Implementation

Stream<NotificationActionName> get onNotificationActionCallback =>
    _notificationActionController.stream;