getSystemRootDriveDir static method

String? getSystemRootDriveDir()

Implementation

static String? getSystemRootDriveDir() {
  return _platform['SYSTEMROOT'];
}