getComputerName static method

String? getComputerName()

Implementation

static String? getComputerName() {
  return _platform['COMPUTERNAME'];
}