onActionReceived property

set onActionReceived (NotificationActionCallback callback)

Sets the callback for handling notification actions

Implementation

set onActionReceived(NotificationActionCallback callback) {
  _actionCallback = callback;
}