hasError property

Future<void> get hasError

A future that completes when this repository has an error.

⚠️ Experimental API. Use with caution.

Implementation

Future<void> get hasError => _errorCompleter.future;