menu
custom_alert_plugin package
documentation
custom_alert_plugin_method_channel.dart
MethodChannelCustomAlertPlugin
showAlert method
showAlert method
dark_mode
light_mode
showAlert
method
@
override
Future
showAlert
(
)
override
Implementation
@override Future showAlert() async { return await methodChannel.invokeMethod('showAlert'); }
custom_alert_plugin package
documentation
custom_alert_plugin_method_channel
MethodChannelCustomAlertPlugin
showAlert method
MethodChannelCustomAlertPlugin class