connectedSystemDevices property

  1. @Deprecated('Use systemDevices instead')
Future<List<BluetoothDevice>> get connectedSystemDevices

Implementation

@Deprecated('Use systemDevices instead')
static Future<List<BluetoothDevice>> get connectedSystemDevices => systemDevices;