menu
bluetooth_low_energy_backend package
documentation
bluetooth_low_energy_connector.dart
BluetoothLowEnergyConnector
disconnect method
disconnect method
dark_mode
light_mode
disconnect
method
@
override
Future
<
void
>
disconnect
(
)
override
Implementation
@override Future<void> disconnect() async { await backend.disconnect(peripheral); }
bluetooth_low_energy_backend package
documentation
bluetooth_low_energy_connector
BluetoothLowEnergyConnector
disconnect method
BluetoothLowEnergyConnector class