bondedDevices property

Future<List<BluetoothDevice>> bondedDevices

Implementation

static Future<List<BluetoothDevice>> get bondedDevices async {
  return _devices;
}