DeviceConnection constructor
DeviceConnection({
- String? endpoint,
- required DeviceAvailability type,
Returns a new DeviceConnection instance.
Implementation
DeviceConnection({
this.endpoint,
required this.type,
});