getUserProfileDir static method

String? getUserProfileDir()

Implementation

static String? getUserProfileDir() {
  return _platform['USERPROFILE'];
}