DrmContext constructor

DrmContext(
  1. String hashedPassphrase,
  2. String encryptedContentKey,
  3. String token,
  4. String profile,
)

Implementation

DrmContext(this.hashedPassphrase, this.encryptedContentKey, this.token,
    this.profile);