showOrUpdateOrCancelNotification property

Stream get showOrUpdateOrCancelNotification

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

Implementation

Stream<dynamic> get showOrUpdateOrCancelNotification =>
    throw UnimplementedError('has not been implemented.');