getConnectedDevices method
Returns a list of BLE device identifiers that are currently connected to the host device.
Implementation
Future<List<ConnectedBleDevice>> getConnectedDevices(List<String> serviceUUIDs) async {
return _platform.getConnectedDevices(serviceUUIDs);
}