sudoPath property

String get sudoPath

Gets or sets the path to the sudo command.

Implementation

static String get sudoPath => _sudoPath;
set sudoPath (String value)

Implementation

static set sudoPath(String value) => _sudoPath = value;