onCustomNotification property
final
Implementation
final StreamController<CustomNotification> onCustomNotification =
StreamController<CustomNotification>.broadcast();
final StreamController<CustomNotification> onCustomNotification =
StreamController<CustomNotification>.broadcast();