PurpiConfig constructor
const
PurpiConfig({})
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,
});