显示进度
static void showProgress(double progress, {String? status}) { EasyLoading.showProgress(progress, status: status); }