getAllUserProfileDir static method

String? getAllUserProfileDir()

Implementation

static String? getAllUserProfileDir() {
  return _platform['ALLUSERSPROFILE'];
}