menu
flutter_bluetooth_classic_serial package
documentation
flutter_bluetooth_classic.dart
BluetoothData
BluetoothData.new constructor
BluetoothData.new constructor
dark_mode
light_mode
BluetoothData
constructor
BluetoothData
(
{
required
String
deviceAddress
,
required
List
<
int
>
data
,
})
Implementation
BluetoothData({ required this.deviceAddress, required this.data, });
flutter_bluetooth_classic_serial package
documentation
flutter_bluetooth_classic
BluetoothData
BluetoothData.new constructor
BluetoothData class