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