onLoadHttpError property

  1. @Deprecated("Use onReceivedHttpError instead")
(void Function(T controller, Uri? url, int statusCode, String description)?) onLoadHttpError
final

Use onReceivedHttpError instead.

Implementation

@Deprecated("Use onReceivedHttpError instead")
final void Function(
        T controller, Uri? url, int statusCode, String description)?
    onLoadHttpError;