bondedDevices property

Future<List<BluetoothDevice>> bondedDevices

Implementation

static Future<List<BluetoothDevice>> get bondedDevices async {
  if (Platform.isWindows) return FlutterBluePlusWindows.connectedDevices;
  return await Mobile.FlutterBluePlus.bondedDevices;
}