onLoadHttpError method

  1. @Deprecated("Use onReceivedHttpError instead")
void onLoadHttpError(
  1. Uri? url,
  2. int statusCode,
  3. String description
)

Use onReceivedHttpError instead.

Implementation

@Deprecated("Use onReceivedHttpError instead")
void onLoadHttpError(Uri? url, int statusCode, String description) {}