command abstract method

void command(
  1. String command, {
  2. bool withDollarSign = false,
})

Implementation

void command(String command, {bool withDollarSign = false});