insertHtml method

void insertHtml(
  1. String html
)

Insert HTML at the position of the cursor in the editor Note: This method should not be used for plaintext strings

Implementation

void insertHtml(String html) {}