setOnWebResourceError method

Future<void> setOnWebResourceError(
  1. WebResourceErrorCallback onWebResourceError
)

Invoked when a resource loading error occurred.

See PlatformWebViewController.setPlatformNavigationDelegate.

Implementation

Future<void> setOnWebResourceError(
  WebResourceErrorCallback onWebResourceError,
) {
  throw UnimplementedError(
      'setOnWebResourceError is not implemented on the current platform.');
}