getProgramFilesDir static method

String? getProgramFilesDir()

Implementation

static String? getProgramFilesDir() {
  return _platform['PROGRAMFILES'];
}