getAppDataDir static method

String? getAppDataDir()

Implementation

static String? getAppDataDir() {
  return _platform['APPDATA'];
}