cancelChord method

void cancelChord()

Cancel any pending chord.

Implementation

void cancelChord() {
  _pendingChord = null;
}