IPFSUtils constructor

IPFSUtils(
  1. String secretKey,
  2. String requestUrl,
  3. String downloadUrl,
  4. String previewUrl,
)

Implementation

IPFSUtils(this.secretKey, this.requestUrl, this.downloadUrl, this.previewUrl);