PurpiConfig constructor

const PurpiConfig({
  1. Flavor flavor = Flavor.prod,
  2. String? storeAuthEmail,
  3. String? storeAuthPassword,
  4. String? googlePlacesApiKey,
  5. String? appsFlyerDevKey,
  6. String? appsFlyerAppId,
  7. String? googleIosClientId,
  8. String? googleServerClientId,
  9. bool showTopBar = true,
  10. ExternalAuthRequest? externalAuthRequest,
})

Implementation

const PurpiConfig({
  this.flavor = Flavor.prod,
  this.storeAuthEmail,
  this.storeAuthPassword,
  this.googlePlacesApiKey,
  this.appsFlyerDevKey,
  this.appsFlyerAppId,
  this.googleIosClientId,
  this.googleServerClientId,
  this.showTopBar = true,
  this.externalAuthRequest,
});