executeToString method

String executeToString(
  1. String command,
  2. List<String>? args, {
  3. String? input,
  4. String? workingDirectory,
  5. Map<String, String>? environment,
  6. String? prefixLogOutput,
  7. BaseLogger? logger,
})

Implementation

String executeToString(String command, List<String>? args,
    {String? input,
    String? workingDirectory,
    Map<String, String>? environment,
    String? prefixLogOutput,
    BaseLogger? logger}) {
  throw UnimplementedError('ProcessSync.executeToString()');
}