command method

dynamic command(
  1. String command
)

Implementation

command(String command) {
  linio.command(command);
}