setPlaybackSpeed method
Sets the playback speed to a speed
value indicating the playback rate.
Implementation
@override
Future<void> setPlaybackSpeed(int textureId, double speed) {
// TODO: implement setPlaybackSpeed
throw UnimplementedError();
}