PluginVersionCheckParams constructor

PluginVersionCheckParams(
  1. String byteStorePath,
  2. String sdkPath,
  3. String version
)

Implementation

PluginVersionCheckParams(this.byteStorePath, this.sdkPath, this.version);