errorStreamController property

StreamController<ErrorEvent> errorStreamController
final

Implementation

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