UpdateThingShadowResponse constructor

UpdateThingShadowResponse({
  1. Uint8List? payload,
})

Implementation

UpdateThingShadowResponse({
  this.payload,
});