of<T extends PublicationService> method
Gets the publication service factory for the given service type.
Implementation
ServiceFactory? of<T extends PublicationService>() => serviceFactories[T];
Gets the publication service factory for the given service type.
ServiceFactory? of<T extends PublicationService>() => serviceFactories[T];