has abstract method

bool has(
  1. String id
)

Checks, if a service with the id is registered

Implementation

bool has(String id);