saveBluetoothDevice method
Saves device as an automatic drive-detection trigger.
Implementation
Future<bool> saveBluetoothDevice(TightBluetoothDevice device) {
throw UnimplementedError('saveBluetoothDevice() has not been implemented.');
}
Saves device as an automatic drive-detection trigger.
Future<bool> saveBluetoothDevice(TightBluetoothDevice device) {
throw UnimplementedError('saveBluetoothDevice() has not been implemented.');
}