setDeviceUpdated static method

void setDeviceUpdated(
  1. DateTime updated
)

Implementation

static void setDeviceUpdated(DateTime updated) {
  deviceIdentifier?.updated = updated;
}