menu
flutter_toast_alert_webview package
documentation
flutter_toast.dart
FlutterToast
openWebView method
openWebView method
dark_mode
light_mode
openWebView
method
Future
<
void
>
openWebView
(
String
url
)
Implementation
Future<void> openWebView(String url) async { await FlutterToastPlatform.instance.openWebView(url); }
flutter_toast_alert_webview package
documentation
flutter_toast
FlutterToast
openWebView method
FlutterToast class