toValue method
Implementation
String toValue() {
switch (this) {
case HlsKeyProviderType.speke:
return 'SPEKE';
case HlsKeyProviderType.staticKey:
return 'STATIC_KEY';
}
}
String toValue() {
switch (this) {
case HlsKeyProviderType.speke:
return 'SPEKE';
case HlsKeyProviderType.staticKey:
return 'STATIC_KEY';
}
}