onHttpError property

Stream<HttpErrorEvent> onHttpError
getter/setter pair

Emitted when a HTTP request failed.

Implementation

late Stream<HttpErrorEvent> onHttpError;