insertLink method

void insertLink(
  1. String text,
  2. String url,
  3. bool isNewWindow
)

Insert a link at the position of the cursor in the editor

Implementation

void insertLink(String text, String url, bool isNewWindow) {}