getDeviceProfileService method

DeviceProfileService getDeviceProfileService()

Implementation

DeviceProfileService getDeviceProfileService() {
  _deviceProfileService ??= DeviceProfileService(this);
  return _deviceProfileService!;
}