getHtml method

String getHtml()

Implementation

String getHtml() {
  final editor = _quill;
  return editor?.getSemanticHtml() ?? '';
}