getOS static method

String getOS()

Implementation

static String getOS() {
  return Platform.operatingSystem; // linux, windows, macos
}