showOrUpdateOrCancelNotification property

  1. @override
Stream get showOrUpdateOrCancelNotification
override

Stream that emits events when notification is needed to be shown or updated or cancelled.

Implementation

@override
Stream<dynamic> get showOrUpdateOrCancelNotification =>
    showOrUpdateOrCancelNotificationStreamController.stream;