getNotificationActionStream method

Stream<String> getNotificationActionStream()

Android Only The custom notification action button click event stream.

Implementation

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