setSpeed abstract method

Future<void> setSpeed(
  1. double speed
)

Set the playback speed.

Implementation

Future<void> setSpeed(double speed);