checkConnectivity method
Force a connectivity check and return the result
Implementation
Future<ConnectivityStatus> checkConnectivity() async {
return await _connectivityManager.checkNow();
}
Force a connectivity check and return the result
Future<ConnectivityStatus> checkConnectivity() async {
return await _connectivityManager.checkNow();
}