getNotificationActionStream method
Android Only The custom notification action button click event stream.
Implementation
Stream<String> getNotificationActionStream() {
throw UnimplementedError(
'getNotificationActionStream() has not been implemented.');
}