NewVersionChecker constructor

NewVersionChecker({
  1. String? androidId,
  2. String? iOSId,
  3. String? iOSAppStoreCountry,
  4. String? forceAppVersion,
  5. String? androidPlayStoreCountry,
  6. String? iOSAppStoreId,
  7. String? minAppVersion,
})

Creates a checker configured with the given store identifiers/overrides — see each field's own doc comment above.

Implementation

NewVersionChecker({
  this.androidId,
  this.iOSId,
  this.iOSAppStoreCountry,
  this.forceAppVersion,
  this.androidPlayStoreCountry,
  this.iOSAppStoreId,
  this.minAppVersion,
});