getWinDir static method

String? getWinDir()

Implementation

static String? getWinDir() {
  return _platform['WINDIR'];
}