getSelectedHtmlText method

Future getSelectedHtmlText()

getSelectedHtmlText method to get the selected html text from editor

Implementation

Future getSelectedHtmlText() async {
  return await _editorKey?.currentState?._getSelectedHtmlText();
}