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