setDeviceUuid static method

void setDeviceUuid(
  1. String uuid
)

Implementation

static void setDeviceUuid(String uuid) {
  deviceIdentifier?.uuid = uuid;
}