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