setOnHttpError method
Invoked when an HTTP error has occurred during loading.
See PlatformWebViewController.setPlatformNavigationDelegate.
Implementation
@override
Future<void> setOnHttpError(HttpResponseErrorCallback onHttpError) async {
this.onHttpError = onHttpError;
}