DrmConfigs constructor
const
DrmConfigs({
- DrmType type = DrmType.none,
- String? licenseServerUrl,
- LicenseCallback? licenseCallback,
Creates a new DrmConfigs.
Implementation
const DrmConfigs({
this.type = DrmType.none,
this.licenseServerUrl,
this.licenseCallback,
});