runStreaming abstract method
Run a command and stream output in real-time.
Implementation
Future<ProcessResult> runStreaming(
String executable,
List<String> arguments, {
Directory? workingDirectory,
Map<String, String>? environment,
bool requireSuccess = true,
});