disconnectDevice method
Implementation
Future<void> disconnectDevice(BluetoothDevice device) async {
throw UnimplementedError('disconnectDevice() has not been implemented.');
}
Future<void> disconnectDevice(BluetoothDevice device) async {
throw UnimplementedError('disconnectDevice() has not been implemented.');
}