setIndent method

dynamic setIndent()

Add indentation

Implementation

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