execCommand method

void execCommand(
  1. String name
)

Runs the command with the given name on the editor.

Implementation

void execCommand(String name) {
  callArg('execCommand', name);
}