getHomeDriveDir static method

String? getHomeDriveDir()

Implementation

static String? getHomeDriveDir() {
  return _platform['HOMEDRIVE'];
}