rich_editor
rich_editor copied to clipboard
how to get json response from editor
after entering the data it return the html response as
String? html = await keyEditor.currentState?.getHtml();
print(html);
but instead of this i want the json response like in flutter_quill