onNotificationResponse property

Stream<NotificationResponse> get onNotificationResponse

Stream of notification responses (button clicks, taps)

Implementation

Stream<NotificationResponse> get onNotificationResponse {
  throw UnimplementedError('onNotificationResponse has not been implemented.');
}