OneStoreConfig constructor

const OneStoreConfig({
  1. String? clientId,
  2. String? clientSecret,
  3. String? tenantId,
  4. String? resource,
  5. String? collectionsResource,
})

Implementation

const OneStoreConfig({
  this.clientId,
  this.clientSecret,
  this.tenantId,
  this.resource,
  this.collectionsResource,
});