menu
flutter_toast_alert_webview package
documentation
flutter_toast.dart
FlutterToast
showToast method
showToast method
dark_mode
light_mode
showToast
method
Future
<
void
>
showToast
(
String
msg
)
Implementation
Future<void> showToast(String msg){ return FlutterToastPlatform.instance.showToast(msg); }
flutter_toast_alert_webview package
documentation
flutter_toast
FlutterToast
showToast method
FlutterToast class