sendDelete method

void sendDelete()

Implementation

void sendDelete() {
  sendKeyEvent(const KeyEvent(code: KeyCode.delete));
}