hideLoading function

dynamic hideLoading({
  1. BuildContext? context,
})

Implementation

hideLoading({BuildContext? context}) {
  Navigator.pop(context ?? getCurrentContext());
}