of<T extends PublicationService> method

ServiceFactory? of<T extends PublicationService>()

Gets the publication service factory for the given service type.

Implementation

ServiceFactory? of<T extends PublicationService>() => serviceFactories[T];