multilineCommand method
Sends any multi-line protocol command and waits for its response.
Implementation
Future<HyperDeckResponse> multilineCommand(
String name, Map<String, Object?> parameters) =>
send(HyperDeckCommand.multiline(name, parameters));