showLoader method

void showLoader(
  1. BuildContext context
)

Implementation

void showLoader(BuildContext context) {
  Helper.progressLoading(context: context);
}