networkConnected static method

bool networkConnected()

Check if there is internet connection

Implementation

static bool networkConnected() {
  return connectivityResult != ConnectivityResult.none;
}