menu
yizz_plugin package
documentation
tool/global/global_method.dart
showToast function
showToast function
dark_mode
light_mode
showToast
function
void
showToast
(
String
message
)
Implementation
void showToast(String message){ Get.snackbar('sssss', message); }
yizz_plugin package
documentation
tool/global/global_method
showToast function
global_method library