HOME top-level property

String get HOME

returns the path to the OS specific HOME directory @Throwing(MissingDependencyException)

Implementation

//ignore: non_constant_identifier_names
String get HOME => Env().HOME;