errorStreamController property
? This stream closes in the App
widget
ignore:close_sinks
Implementation
static final StreamController<HumanException> errorStreamController = StreamController.broadcast();
? This stream closes in the App
widget
ignore:close_sinks
static final StreamController<HumanException> errorStreamController = StreamController.broadcast();