pasteHtml method
Paste html code into the editor.
Implementation
void pasteHtml({required String html}) => sendEvent(
EditorPasteHtml(payload: processHtml(html: html)),
);
Paste html code into the editor.
void pasteHtml({required String html}) => sendEvent(
EditorPasteHtml(payload: processHtml(html: html)),
);