sendTab method

void sendTab()

Implementation

void sendTab() {
  sendKeyEvent(const KeyEvent(code: KeyCode.tab));
}