bondedDevices property

Future<List<BluetoothDevice>?> get bondedDevices

Returns the list of bonded devices.

Implementation

Future<List<BluetoothDevice>?> get bondedDevices => _instance.bondedDevices();