CatalogBootstrapApp constructor
const
CatalogBootstrapApp({
- Key? key,
- Future<
CatalogBootstrapConfig> bootstrapLoader()?, - CatalogApiClient clientFactory(
- Uri baseUri
- CatalogPreferencesController? preferencesController,
Implementation
const CatalogBootstrapApp({
super.key,
this.bootstrapLoader,
this.clientFactory,
this.preferencesController,
});