menu
webview_inapp package
documentation
flutter_inappwebview.dart
InAppBrowser
onLoadError method
onLoadError method
dark_mode
light_mode
onLoadError
method
@
override
void
onLoadError
(
Uri
?
url
,
int
code
,
String
message
)
override
Use
onReceivedError
instead.
Implementation
@override void onLoadError(Uri? url, int code, String message) {}
webview_inapp package
documentation
flutter_inappwebview
InAppBrowser
onLoadError method
InAppBrowser class