notificationActionEvents property

Stream<String> get notificationActionEvents

Stream of notification action events (Android).

Implementation

Stream<String> get notificationActionEvents {
  throw UnimplementedError(
    'notificationActionEvents has not been implemented.',
  );
}