startScan method
Start scanning for BLE devices Returns a stream of discovered devices
Implementation
Stream<ScanEvent> startScan({
Duration? timeout,
List<String>? serviceUuids,
}) {
throw UnimplementedError('startScan() has not been implemented.');
}