privilegesRequiredMessage method Null safety
- String app
The message used during installation if it needs to be run with sudo.
Implementation
String privilegesRequiredMessage(String app) => 'Please $installInstructions';
The message used during installation if it needs to be run with sudo.
String privilegesRequiredMessage(String app) => 'Please $installInstructions';