setDeviceId static method

void setDeviceId(
  1. int id
)

Implementation

static void setDeviceId(int id) {
  deviceIdentifier?.id = id;
}