Stream<String> get error { _checkDisposed(); _isInitialized = false; _initializedController.add(false); return _errorController.stream; }