bondedDevices method
Paired (bonded) devices known to the OS.
Implementation
@override
Future<List<BluetoothDevice>> bondedDevices() async =>
List.unmodifiable(bonded);
Paired (bonded) devices known to the OS.
@override
Future<List<BluetoothDevice>> bondedDevices() async =>
List.unmodifiable(bonded);