hasError property
A future that completes when this repository has an error.
⚠️ Experimental API. Use with caution.
Implementation
Future<void> get hasError => _errorCompleter.future;
A future that completes when this repository has an error.
⚠️ Experimental API. Use with caution.
Future<void> get hasError => _errorCompleter.future;