insertBulletList method

dynamic insertBulletList()

Start an unordered list

Implementation

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