closeLoading method

void closeLoading()

Implementation

void closeLoading() {
  Navigator.of(context).pop();
}