getCurrentSubtitle method
Gets the current subtitle.
Implementation
Future<ByteArkPlayerMediaTrack?> getCurrentSubtitle() async {
return ByteArkPlayerControllerPlatform.instance.getCurrentSubtitle();
}
Gets the current subtitle.
Future<ByteArkPlayerMediaTrack?> getCurrentSubtitle() async {
return ByteArkPlayerControllerPlatform.instance.getCurrentSubtitle();
}