Gets the current playback speed.
Future<double?> getCurrentPlaybackSpeed() async { return ByteArkPlayerControllerPlatform.instance.getCurrentPlaybackSpeed(); }