Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Oct 9, 2024
1 parent 614bdc8 commit 16632cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class BluetoothManagerFlutterBlue implements BluetoothManager {

@override
Future<List<BluetoothDevice>> getConnectedDevices() async {
var devices = await native.FlutterBluePlus.systemDevices;
var devices = native.FlutterBluePlus.connectedDevices;
var blueDevices =
devices.map((native) => BluetoothDeviceFlutterBlue(native)).toList();
// cache
Expand Down

0 comments on commit 16632cc

Please sign in to comment.