notify static method

Future<HyperDeckResponse> notify(
  1. Map<String, bool> settings
)

Implementation

static Future<HyperDeckResponse> notify(Map<String, bool> settings) =>
    command('notify', settings);