menu
pp_kits package
documentation
common/alert.dart
PPAlert
showSuccess static method
showSuccess static method
dark_mode
light_mode
showSuccess
static method
void
showSuccess
(
String
message
)
显示成功提示
Implementation
static void showSuccess(String message) { EasyLoading.showSuccess(message); }
pp_kits package
documentation
common/alert
PPAlert
showSuccess static method
PPAlert class