WebView.executeEditingCommand
void executeEditingCommand(string command)Request to execute the given command for web_view.
You can use [webkit.web_view.WebView.canExecuteEditingCommand] to check whether it's possible to execute the command.
Parameters
command | the command to execute |