UpdateConfig constructor

const UpdateConfig({
  1. String? appStoreAppId,
  2. String? playStoreAppId,
  3. String appstoreCountryCode = 'US',
})

Implementation

const UpdateConfig({
  this.appStoreAppId,
  this.playStoreAppId,
  this.appstoreCountryCode = 'US',
});