setDeviceCreated static method

void setDeviceCreated(
  1. DateTime created
)

Implementation

static void setDeviceCreated(DateTime created) {
  deviceIdentifier?.created = created;
}