Gets the available playback speeds.
Future<List<double>> getAvailablePlaybackSpeeds() async { return ByteArkPlayerControllerPlatform.instance .getAvailablePlaybackSpeeds(); }