close static method

dynamic close()

Implementation

static close() {
  if (_isLoading) {
    _isLoading = false;
    Navigator.pop(ENV.navigatorKey.currentContext!);
  }
}