menu
bluetooth_connection_plugin package
documentation
bluetooth_low_energy_plugin.dart
ScanEvent
ScanEvent.fromMap factory constructor
ScanEvent.fromMap factory constructor
dark_mode
light_mode
ScanEvent.fromMap
constructor
ScanEvent.fromMap
(
Map
<
String
,
dynamic
>
map
)
Implementation
factory ScanEvent.fromMap(Map<String, dynamic> map) { return ScanEvent(BleDevice.fromMap(map)); }
bluetooth_connection_plugin package
documentation
bluetooth_low_energy_plugin
ScanEvent
ScanEvent.fromMap factory constructor
ScanEvent class