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