execute method

KeyEventResult execute(
  1. EditorState editorState
)

Implementation

KeyEventResult execute(EditorState editorState) {
  return handler(editorState);
}