AppUpdates constructor

AppUpdates({
  1. String? androidPackageName,
  2. String? iosPackageName,
  3. String? iosAppStoreCountry,
  4. String? forceAppVersion,
})

Implementation

AppUpdates({
  this.androidPackageName,
  this.iosPackageName,
  this.iosAppStoreCountry,
  this.forceAppVersion,
});