onAsyncError property
Stream<AsyncError>
get
onAsyncError
Stream of async errors for external handling
Implementation
Stream<AsyncError> get onAsyncError {
return StreamController<AsyncError>.broadcast().stream;
}