registerService

wvc.registerService()
registerService(service: IService): void

Registers a service in the service registry. If a service with the same name already exists, it will be overwritten.

Parameters

service: IService

The service to register.

Returns: void