presetExists method

Future<bool> presetExists(
  1. String presetName
)

Implementation

Future<bool> presetExists(String presetName) =>
    throw UnimplementedError('presetExists() not implemented');