getHomeDir static method

String? getHomeDir()

Implementation

static String? getHomeDir() {
  return _platform['HOMEPATH'];
}