HOME top-level property
String
get
HOME
returns the path to the OS specific HOME directory
Implementation
//ignore: non_constant_identifier_names
String get HOME => Env().HOME;
returns the path to the OS specific HOME directory
//ignore: non_constant_identifier_names
String get HOME => Env().HOME;