removeFormat method

dynamic removeFormat()

Remove formatting from selected text

Implementation

removeFormat() async {
  await executeJavascript("removeFormat();");
}