run method

void run(
  1. String command
)

Runs the given command.

Implementation

void run(String command) =>
  print(_getPrompt() + command);