getMdEditorState method

AwsMdEditorState? getMdEditorState()

Implementation

AwsMdEditorState? getMdEditorState() {
  return _editorKey.currentState;
}