RequestSyncDevicesRequest constructor

RequestSyncDevicesRequest({
  1. String? agentUserId,
  2. bool? async,
})

Implementation

RequestSyncDevicesRequest({
  this.agentUserId,
  this.async,
});