ACRCloudConfig constructor

const ACRCloudConfig(
  1. String accessKey,
  2. String accessSecret,
  3. String host
)

Implementation

const ACRCloudConfig(this.accessKey, this.accessSecret, this.host);