VersionConfiguration constructor

VersionConfiguration(
  1. String host,
  2. String androidMarketUrl,
  3. String iosMarketUrl
)

Implementation

VersionConfiguration(
  this.host,
  this.androidMarketUrl,
  this.iosMarketUrl,
);