checkServices static method

dynamic checkServices()

Implementation

static checkServices() {
  if (connectService == null) {
    throw Exception("Connect service not initialized");
  }
}