recordedKeys property

List<KeyRecording> get recordedKeys

Implementation

List<KeyRecording> get recordedKeys => _recordedKeys;
set recordedKeys (List<KeyRecording> recordedKeys)

Implementation

set recordedKeys(List<KeyRecording> recordedKeys) {
  _recordedKeys = recordedKeys;
  _keyboardInvoker.notifyListeners();
}