onLoadError property

  1. @Deprecated("Use onReceivedError instead")
void Function(T controller, Uri? url, int code, String message)? onLoadError
final

Use onReceivedError instead.

Implementation

@Deprecated("Use onReceivedError instead")
final void Function(T controller, Uri? url, int code, String message)?
    onLoadError;