bondedDevices property
List<BluetoothDevice>
get
bondedDevices
Returns the list of bonded devices (unmodifiable list)
Implementation
List<BluetoothDevice> get bondedDevices => List.unmodifiable(_bondedDevices);