setDeviceName static method

void setDeviceName(
  1. String name
)

Implementation

static void setDeviceName(String name) {
  deviceIdentifier?.name = name;
}