getSystemDriveDir static method

String? getSystemDriveDir()

Implementation

static String? getSystemDriveDir() {
  return _platform['SYSTEMDRIVE'];
}