in lib/src/usage_impl_io.dart [88:92]
String userHomeDir() { var envKey = Platform.operatingSystem == 'windows' ? 'APPDATA' : 'HOME'; var value = Platform.environment[envKey]; return value ?? '.'; }