command static method

Future<HyperDeckResponse> command(
  1. String name, [
  2. Map<String, Object?> parameters = const {}
])

Implementation

static Future<HyperDeckResponse> command(String name,
        [Map<String, Object?> parameters = const {}]) =>
    _required.command(name, parameters);