runWithInput method
Runs a Command with the given CommandInput.
Implementation
Future<void> runWithInput(Command command, CommandInput input) {
return runWithContext(command, CommandContext(this, input));
}
Runs a Command with the given CommandInput.
Future<void> runWithInput(Command command, CommandInput input) {
return runWithContext(command, CommandContext(this, input));
}