send static method

Future<HyperDeckResponse> send(
  1. String rawCommand
)

Implementation

static Future<HyperDeckResponse> send(String rawCommand) =>
    _required.send(rawCommand);