saveBluetoothDevice method

  1. @override
Future<bool> saveBluetoothDevice(
  1. TightBluetoothDevice device
)
override

Saves device as an automatic drive-detection trigger.

Implementation

@override
Future<bool> saveBluetoothDevice(TightBluetoothDevice device) async =>
    await _invoke<bool>('saveBluetoothDevice', device.toMap()) ?? false;