NewVersionChecker constructor
NewVersionChecker({})
Creates a checker configured with the given store identifiers/overrides — see each field's own doc comment above.
Implementation
NewVersionChecker({
this.androidId,
this.iOSId,
this.iOSAppStoreCountry,
this.forceAppVersion,
this.androidPlayStoreCountry,
this.iOSAppStoreId,
this.minAppVersion,
});