supportedCommands method
Lists the commands supported by the device.
Implementation
Future<HyperDeckResponse> supportedCommands() =>
send(HyperDeckCommand.commands);
Lists the commands supported by the device.
Future<HyperDeckResponse> supportedCommands() =>
send(HyperDeckCommand.commands);