getCurrentStatus method

Future<bool> getCurrentStatus()

Implementation

Future<bool> getCurrentStatus() async {
  return await _hasInternet();
}