getActiveServiceTypes static method

List<String> getActiveServiceTypes()

Implementation

static List<String> getActiveServiceTypes() {
  return _activeServices.map((s) => s.runtimeType.toString()).toList();
}