showOrUpdateOrCancelNotificationStreamController property
A broadcast stream controller for show or update or cancel notification events.
Implementation
final StreamController<String>
showOrUpdateOrCancelNotificationStreamController =
StreamController<String>.broadcast();