networkAccessible static method

bool networkAccessible()

Check if the internet connection is accessible

Implementation

static bool networkAccessible() {
  return networkConnected() && connectivityResult.index <= minimum.index;
}