setPendingChord method
Set the pending chord state externally (for context-based coordination).
Implementation
void setPendingChord(List<ParsedKeystroke>? pending) {
_pendingChord = pending;
}
Set the pending chord state externally (for context-based coordination).
void setPendingChord(List<ParsedKeystroke>? pending) {
_pendingChord = pending;
}