sendHome method

void sendHome()

Implementation

void sendHome() {
  sendKeyEvent(const KeyEvent(code: KeyCode.home));
}