getCaptionTracks abstract method

Future<List<SubtitleTrack>> getCaptionTracks(
  1. String videoId
)

Gets caption tracks of the video on videoId.

Implementation

Future<List<SubtitleTrack>> getCaptionTracks(String videoId);