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