CatalogBootstrapApp constructor

const CatalogBootstrapApp({
  1. Key? key,
  2. Future<CatalogBootstrapConfig> bootstrapLoader()?,
  3. CatalogApiClient clientFactory(
    1. Uri baseUri
    )?,
  4. CatalogPreferencesController? preferencesController,
})

Implementation

const CatalogBootstrapApp({
  super.key,
  this.bootstrapLoader,
  this.clientFactory,
  this.preferencesController,
});