execCommand method

void execCommand(
  1. String command, {
  2. String? argument,
})

A function to quickly call a document.execCommand function in a readable format

Implementation

void execCommand(String command, {String? argument}) {}