checkNetwork static method

Future<bool> checkNetwork()

Verifies if there is network connectivity

Implementation

static Future<bool> checkNetwork() async {
  return true;
}