FXNewVersion constructor

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

Implementation

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