sendChord method

void sendChord(
  1. Iterable<String> chordToSend
)

Implementation

void sendChord(Iterable<String> chordToSend) => _client.send(
    _handler.keyboard.buildSendChordRequest(chordToSend),
    _handler.keyboard.parseSendChordResponse);