SudoPlatformContext constructor

const SudoPlatformContext({
  1. required bool isWindows,
  2. required Map<String, String> environment,
})

Implementation

const SudoPlatformContext({
  required this.isWindows,
  required this.environment,
});