static Future<bool> checkConnectivity() async { bool? iStatus = await Internet.getConnectionStatus(); return iStatus; }