Checks if internet is available or not with default check site
static Future<bool> isInternetAvailable() async { return isReachable(_CHECK_SITE); }