devices property

List<BluetoothDevice> get devices

Returns the list of found devices (unmodifiable list)

Implementation

List<BluetoothDevice> get devices => List.unmodifiable(_devices);