onWebResourceError property

WebResourceErrorCallback? onWebResourceError
final

Invoked when a web resource has failed to load.

This can be called for any resource (iframe, image, etc.), not just for the main page.

Implementation

final WebResourceErrorCallback? onWebResourceError;