menu
custom_alert_pluggin package
documentation
custom_alert_pluggin_platform_interface.dart
CustomAlertPlugginPlatform
showAlert method
showAlert method
dark_mode
light_mode
showAlert
method
Future
<
void
>
showAlert
(
String
title
,
String
message
)
Implementation
Future<void> showAlert(String title, String message){ throw UnimplementedError("not implemented"); }
custom_alert_pluggin package
documentation
custom_alert_pluggin_platform_interface
CustomAlertPlugginPlatform
showAlert method
CustomAlertPlugginPlatform class