getCurrentResolution method
Retrieves the current video resolution.
Implementation
Future<ByteArkPlayerMediaTrack?> getCurrentResolution() async {
throw UnimplementedError(
'getCurrentResolution() has not been implemented.');
}
Retrieves the current video resolution.
Future<ByteArkPlayerMediaTrack?> getCurrentResolution() async {
throw UnimplementedError(
'getCurrentResolution() has not been implemented.');
}