submit method

void submit()

Submits the current input (triggers the input action).

Implementation

void submit() {
  performAction(inputAction);
}