eventApiFactory property

SingletonFactory<EventApi> eventApiFactory
final

A singleton factory for the EventApi.

Implementation

final eventApiFactory = SingletonFactory(EventApi.new);