emitError method
Emits a stream error, exercising the widget's backendFailure path.
Implementation
void emitError(Object error) => _controller.addError(error);
Emits a stream error, exercising the widget's backendFailure path.
void emitError(Object error) => _controller.addError(error);