Future<bool> internetConnected() async { return true; //return await Connectivity().checkConnectivity() != ConnectivityResult.none; }