sendShiftTab method
void
sendShiftTab()
Implementation
void sendShiftTab() {
sendKeyEvent(const KeyEvent(code: KeyCode.tab, isShiftPressed: true));
}
void sendShiftTab() {
sendKeyEvent(const KeyEvent(code: KeyCode.tab, isShiftPressed: true));
}