setOnHttpError method

Future<void> setOnHttpError(
  1. HttpResponseErrorCallback onHttpError
)

Invoked when an HTTP error has occurred during loading.

See PlatformWebViewController.setPlatformNavigationDelegate.

Implementation

Future<void> setOnHttpError(
    HttpResponseErrorCallback onHttpError,
    ) {
  throw UnimplementedError(
      'setOnHttpError is not implemented on the current platform.');
}