nextAction method

dynamic nextAction()

下一个

Implementation

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