runScript abstract method

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

Implementation

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