saveBluetoothDevice method
Saves device as an automatic drive-detection trigger.
Implementation
@override
Future<bool> saveBluetoothDevice(TightBluetoothDevice device) async =>
await _invoke<bool>('saveBluetoothDevice', device.toMap()) ?? false;