getCurrentPlaybackSpeed method

Future<double?> getCurrentPlaybackSpeed()

Gets the current playback speed.

Implementation

Future<double?> getCurrentPlaybackSpeed() async {
  return ByteArkPlayerControllerPlatform.instance.getCurrentPlaybackSpeed();
}