MmAttachDeviceIdRequest constructor

MmAttachDeviceIdRequest({
  1. required String deviceId,
})

Returns a new MmAttachDeviceIdRequest instance.

Implementation

MmAttachDeviceIdRequest({
  required this.deviceId,
});