showProgress function
Implementation
void showProgress(BuildContext context) {
showDialog(
context: context,
builder: (context) => const _CustomLoadingDailog(),
);
}
void showProgress(BuildContext context) {
showDialog(
context: context,
builder: (context) => const _CustomLoadingDailog(),
);
}