AppVersionChecker constructor
AppVersionChecker({
- String? currentVersion,
- String? appId,
- AndroidStore androidStore = AndroidStore.googlePlayStore,
Implementation
AppVersionChecker({
this.currentVersion,
this.appId,
this.androidStore = AndroidStore.googlePlayStore,
});