InputDeviceRequest constructor

InputDeviceRequest({
  1. String? id,
})

Implementation

InputDeviceRequest({
  this.id,
});