menu
flutter_toast_alert_webview package
documentation
flutter_toast_method_channel.dart
MethodChannelFlutterToast
showAlert method
showAlert method
dark_mode
light_mode
showAlert
method
@
override
Future
<
bool
>
showAlert
(
)
override
Implementation
@override Future<bool> showAlert() async { return await methodChannel.invokeMethod('showAlert'); }
flutter_toast_alert_webview package
documentation
flutter_toast_method_channel
MethodChannelFlutterToast
showAlert method
MethodChannelFlutterToast class