getOSName static method

String? getOSName()

Implementation

static String? getOSName() {
  return _platform['OS'];
}