getSelectedHtmlText method
getSelectedHtmlText method to get the selected html text from editor
Implementation
Future getSelectedHtmlText() async {
return await _editorKey?.currentState?._getSelectedHtmlText();
}
getSelectedHtmlText method to get the selected html text from editor
Future getSelectedHtmlText() async {
return await _editorKey?.currentState?._getSelectedHtmlText();
}