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