loading static method
显示加载中提示的快捷方法(默认开启遮罩,需手动调用 hide 关闭)
Implementation
static void loading(BuildContext context, String message) =>
show(context, message: message, type: NZToastType.loading, mask: true);
显示加载中提示的快捷方法(默认开启遮罩,需手动调用 hide 关闭)
static void loading(BuildContext context, String message) =>
show(context, message: message, type: NZToastType.loading, mask: true);