getDeviceId method

String getDeviceId()

Implementation

String getDeviceId() {
  return getStringOr(config.pcidKey, '');
}