setOutdent method

dynamic setOutdent()

Remove indentation

Implementation

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