checkEnvAvailable method

Future<bool> checkEnvAvailable()

Implementation

Future<bool> checkEnvAvailable() {
  throw UnimplementedError('checkLogin() has not been implemented.');
}