setDeviceId method

void setDeviceId(
  1. String deviceId
)

Implementation

void setDeviceId(String deviceId) {
  _deviceId = deviceId;
}