setPendingChord method

void setPendingChord(
  1. List<ParsedKeystroke>? pending
)

Set the pending chord state externally (for context-based coordination).

Implementation

void setPendingChord(List<ParsedKeystroke>? pending) {
  _pendingChord = pending;
}