setPlaybackSpeed method
Sets the playback speed to a speed
value indicating the playback rate.
Implementation
Future<void> setPlaybackSpeed(int textureId, double speed) {
throw UnimplementedError('setPlaybackSpeed() has not been implemented.');
}