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