showToast static method
显示全局Toast提示
message 提示内容
用法示例
PPAlert.showToast("操作已完成");
Implementation
static void showToast(String message) {
EasyLoading.showToast(message);
}
显示全局Toast提示
message 提示内容
PPAlert.showToast("操作已完成");
static void showToast(String message) {
EasyLoading.showToast(message);
}