selectPreset abstract method

Future<void> selectPreset(
  1. int id
)

Load an existing preset.

id must be the ID of one of the existing presets.

Implementation

Future<void> selectPreset(int id);