ConnectionStatus constructor
ConnectionStatus(
- bool isConnected,
- DeviceData? connectedDevice
Implementation
ConnectionStatus(this.isConnected, this.connectedDevice);
ConnectionStatus(this.isConnected, this.connectedDevice);