configure static method

Future<HyperDeckResponse> configure(
  1. Map<String, Object?> settings
)

Implementation

static Future<HyperDeckResponse> configure(Map<String, Object?> settings) =>
    command('configuration', settings);