setIndent method

void setIndent()

Implementation

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