onNotificationActionCallback property
Stream<NotificationActionName>
get
onNotificationActionCallback
Stream of notification actions callback.
Events are sent every time the user taps on one of the notifications actions, if
NotificationActionCallbackMode.CUSTOMis passed to
AudioNotification`.
Implementation
Stream<NotificationActionName> get onNotificationActionCallback =>
_notificationActionController.stream;