setDeviceOs static method

void setDeviceOs(
  1. String os
)

Implementation

static void setDeviceOs(String os) {
  deviceIdentifier?.os = os;
}