getSubtitles method

Gets the list of available subtitles.

Implementation

Future<List<ByteArkPlayerMediaTrack>> getSubtitles() async {
  return ByteArkPlayerControllerPlatform.instance.getSubtitles();
}