bondedDevices method

  1. @override
Future<List<BluetoothDevice>> bondedDevices()
override

Paired (bonded) devices known to the OS.

Implementation

@override
Future<List<BluetoothDevice>> bondedDevices() async =>
    List.unmodifiable(bonded);