disconnect method
Disconnects from the currently connected Bluetooth device.
Implementation
Future<void> disconnect() {
throw UnimplementedError('disconnect() has not been implemented.');
}
Disconnects from the currently connected Bluetooth device.
Future<void> disconnect() {
throw UnimplementedError('disconnect() has not been implemented.');
}