nextAction method

dynamic nextAction()

Implementation

nextAction() {
  Keyboard.sendPerformAction(TextInputAction.next);
}