HttpResponseErrorCallback typedef

HttpResponseErrorCallback = void Function(HttpResponseError error)

Signature for callbacks that report http errors during loading a page.

Implementation

typedef HttpResponseErrorCallback = void Function(HttpResponseError error);