InvokeDeviceMethodResponse constructor

InvokeDeviceMethodResponse({
  1. String? deviceMethodResponse,
})

Implementation

InvokeDeviceMethodResponse({
  this.deviceMethodResponse,
});