saveBluetoothDevice method

Future<bool> saveBluetoothDevice(
  1. TightBluetoothDevice device
)

Saves device as an automatic drive-detection trigger.

Implementation

Future<bool> saveBluetoothDevice(TightBluetoothDevice device) {
  throw UnimplementedError('saveBluetoothDevice() has not been implemented.');
}