checkNow method

Implementation

Future<ConnectivityStatus> checkNow() async {
  await _checkConnectivity();
  return _currentStatus;
}