NewVersionChecker constructor

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

Implementation

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