RegisterDeviceResponse constructor

RegisterDeviceResponse({
  1. String? deviceId,
})

Implementation

RegisterDeviceResponse({
  this.deviceId,
});