getSubtitlesTrack abstract method
Gets subtitles based on captionTrack.baseUrl
.
You can get captionTrack
by calling getCaptionTracks with
the video URL you're interested in.
Implementation
Future<List<SubtitleLine>> getSubtitlesTrack(SubtitleTrack captionTrack);