menu
simpleblue package
documentation
model/bluetooth_device.dart
BluetoothDevice
BluetoothDevice.new constructor
BluetoothDevice.new constructor
dark_mode
light_mode
BluetoothDevice
constructor
BluetoothDevice
(
String
?
name
,
String
uuid
,
bool
isConnected
, {
Stream
<
List
<
int
>
>
?
stream
,
})
Implementation
BluetoothDevice(this.name, this.uuid, this.isConnected, {this.stream});
simpleblue package
documentation
model/bluetooth_device
BluetoothDevice
BluetoothDevice.new constructor
BluetoothDevice class