hideNoInternetScreen method

Future<bool> hideNoInternetScreen()

Implementation

Future<bool> hideNoInternetScreen() async {
  return await _removeNoInternet();
}