has method

  1. @override
bool has(
  1. String id
)
override

Checks, if a service with the id is registered

Implementation

@override
bool has(String id) => _services.containsKey(id);