execCommand method

bool execCommand(
  1. String commandId, [
  2. bool? showUI = false,
  3. String? value = ''
])

Implementation

bool execCommand(String commandId,
        [bool? showUI = false, String? value = '']) =>
    js_util.callMethod(this, 'execCommand', [commandId, showUI, value]);