setDeviceOsVersion static method

void setDeviceOsVersion(
  1. String osVersion
)

Implementation

static void setDeviceOsVersion(String osVersion) {
  deviceIdentifier?.osVersion = osVersion;
}