setStrikeThrough method

void setStrikeThrough()

Implementation

void setStrikeThrough() {
  _controller?.evaluateJavascript(
      source: 'javascript:RE.setStrikeThrough();');
}