setBold method

Future<void> setBold()

Set bold formatting

Implementation

Future<void> setBold() async {
  await execCommand('bold');
}