utils/type_def/start_process library
Classes
Functions
-
processToDetails(
String executable, List< String> arguments, {String? workingDirectory, Map<String, String> ? environment, bool includeParentEnvironment = true, bool runInShell = false, ProcessStartMode mode = ProcessStartMode.normal}) → Future<ProcessDetails>
Typedefs
-
StartProcess
= Future<
ProcessDetails> Function(String executable, List<String> arguments, {Map<String, String> ? environment, bool includeParentEnvironment, ProcessStartMode mode, bool runInShell, String? workingDirectory})