alignLeft method

Future<void> alignLeft()

Align text left

Implementation

Future<void> alignLeft() async {
  await execCommand('justifyLeft');
}