executeAsScript method

String executeAsScript(
  1. String commands, {
  2. String? workingDirectory,
  3. Map<String, String>? environment,
  4. String? prefixLogOutput,
  5. BaseLogger? logger,
})

Implementation

String executeAsScript(String commands,
    {String? workingDirectory,
    Map<String, String>? environment,
    String? prefixLogOutput,
    BaseLogger? logger}) {
  throw UnimplementedError('ProcessSync.executeAsScript()');
}