scanForPeripherals method
Scans for peripherals that contain the optional list of given service ids.
Implementation
Stream<DiscoveredBlePeripheral> scanForPeripherals(List<String>? serviceIds) =>
_BlePlatform.instance.centralManagerScanForPeripherals(serviceIds);