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