AppVersionChecker constructor

AppVersionChecker({
  1. String? currentVersion,
  2. String? appId,
  3. AndroidStore androidStore = AndroidStore.googlePlayStore,
})

Implementation

AppVersionChecker({
  this.currentVersion,
  this.appId,
  this.androidStore = AndroidStore.googlePlayStore,
});