runScript abstract method

Future<CommandResult> runScript(
  1. String script, {
  2. required bool showOutput,
})

Implementation

Future<CommandResult> runScript(String script, {required bool showOutput});