errorStreamController property
Implementation
final StreamController<ErrorEvent> errorStreamController =
StreamController<ErrorEvent>.broadcast();
final StreamController<ErrorEvent> errorStreamController =
StreamController<ErrorEvent>.broadcast();