SenzuPlayerSubtitle.content constructor
Implementation
SenzuPlayerSubtitle.content(
this.content,
this.url_, {
this.type = SubtitleType.webvtt,
Map<String, String>? headers,
}) : initType = SubtitleInitializeType.string,
keyHex = null,
ivHex = null {
if (headers != null) _headers.addAll(headers);
}