onError property

Stream<String> get onError

Stream of errors

Implementation

Stream<String> get onError => _errorController.stream;