ProcessShellBackend constructor
ProcessShellBackend({})
Creates a process shell backend.
Implementation
ProcessShellBackend({
String? defaultShell,
this.workingDirectory,
this.baseEnvironment = const {},
this.allowCommand,
}) : defaultShell = defaultShell ?? resolveDefaultShell();