hasService method

bool hasService(
  1. String key
)

Implementation

bool hasService(String key) {
  return _cosServices.containsKey(key);
}