eventApiFactory property
SingletonFactory<EventApi>
eventApiFactory
final
A singleton factory for the EventApi
.
Implementation
final eventApiFactory = SingletonFactory(EventApi.new);
A singleton factory for the EventApi
.
final eventApiFactory = SingletonFactory(EventApi.new);