executeCommand method
Dispatches a stable editor command against this model.
Implementation
EditorCommandDispatchResult executeCommand(
String commandId, {
Object? argument,
}) => _commandRegistry.dispatch(commandId, this, argument: argument);
Dispatches a stable editor command against this model.
EditorCommandDispatchResult executeCommand(
String commandId, {
Object? argument,
}) => _commandRegistry.dispatch(commandId, this, argument: argument);