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