which method

  1. @override
Future<String?> which(
  1. String command, {
  2. ShellEnvironment? environment,
  3. bool includeParentEnvironment = true,
})
override

Which command.

Implementation

@override
Future<String?> which(
  String command, {
  ShellEnvironment? environment,
  bool includeParentEnvironment = true,
}) {
  throw UnimplementedError('ShellContext.which');
}