getUserName static method

String? getUserName()

Implementation

static String? getUserName() {
  return _platform['USERNAME'];
}