Basic host for services
Returns the service by its name identifier. Returns null if the name identifier is unregistered.
Will be a case insensitive match
Adds or replaces a service.
name that identifies this service and will be used in getService().
the service. It can be a class, object, or primitive. Will be a case insensitive match
Generated using TypeDoc v0.25.12
Basic host for services