getAvailablePlaybackSpeeds method

Future<List<double>> getAvailablePlaybackSpeeds()

Gets the available playback speeds.

Implementation

Future<List<double>> getAvailablePlaybackSpeeds() async {
  return ByteArkPlayerControllerPlatform.instance
      .getAvailablePlaybackSpeeds();
}