onReceivedError method

  1. @override
void onReceivedError(
  1. WebResourceRequest request,
  2. WebResourceError error
)
inherited

Event fired when the WebView encounters an error loading a request.

Officially Supported Platforms/Implementations:

Parameters - Officially Supported Platforms/Implementations:

  • request: all platforms
  • error: all platforms

Use the PlatformInAppBrowserEvents.isMethodSupported method to check if this method is supported at runtime.

Implementation

@override
void onReceivedError(WebResourceRequest request, WebResourceError error) {}