Load an existing preset.
id must be the ID of one of the existing presets.
id
@override Future<void> selectPreset(int presetId) async { return client.selectPreset(presetId); }