setStrikeThrough method

dynamic setStrikeThrough()

Strike through selected text

Implementation

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