menu
bluetooth_dart package
documentation
bluetooth_dart.dart
BleConnectionState
BleConnectionState.new const constructor
BleConnectionState.new const constructor
dark_mode
light_mode
BleConnectionState
constructor
const
BleConnectionState
(
{
required
String
deviceId
,
required
bool
connected
,
})
Implementation
const BleConnectionState({required this.deviceId, required this.connected});
bluetooth_dart package
documentation
bluetooth_dart
BleConnectionState
BleConnectionState.new const constructor
BleConnectionState class