getSubtitles method

Retrieves the list of available subtitle tracks.

Implementation

Future<List<ByteArkPlayerMediaTrack>> getSubtitles() async {
  throw UnimplementedError('getSubtitles() has not been implemented.');
}