setJustifyLeft method

dynamic setJustifyLeft()

Align content left

Implementation

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