toMap method
Converts the WidevineDrm properties into a map representation.
Implementation
Map<String, dynamic> toMap() {
return {
'licenseUrl': licenseUrl,
'licenseRequestHeaders': licenseRequestHeaders
};
}
Converts the WidevineDrm properties into a map representation.
Map<String, dynamic> toMap() {
return {
'licenseUrl': licenseUrl,
'licenseRequestHeaders': licenseRequestHeaders
};
}