execute method

Future<bool> execute(
  1. EditorState editorState
)

Implementation

Future<bool> execute(EditorState editorState) async {
  return handler(editorState);
}