getBluetoothDevices method

Future<List<TightBluetoothDevice>> getBluetoothDevices()

Lists Bluetooth devices known to the SDK.

Implementation

Future<List<TightBluetoothDevice>> getBluetoothDevices() {
  throw UnimplementedError('getBluetoothDevices() has not been implemented.');
}