setJustifyCenter method

dynamic setJustifyCenter()

Align content center

Implementation

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