onLoadHttpError property

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

Use onReceivedHttpError instead.

Implementation

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