getSubtitles method
Retrieves the list of available subtitle tracks.
Implementation
Future<List<ByteArkPlayerMediaTrack>> getSubtitles() async {
throw UnimplementedError('getSubtitles() has not been implemented.');
}
Retrieves the list of available subtitle tracks.
Future<List<ByteArkPlayerMediaTrack>> getSubtitles() async {
throw UnimplementedError('getSubtitles() has not been implemented.');
}