--- name: Question about usage about: Ask a question about nearby_service usage title: "[QUESTION]: " labels: question assignees: ksenia312 --- ### Question: Provide your question here (e.g., ā€œI’m not sure how to pass the peer ID to the `connectById()` method.ā€) ### Code Snippet: Provide any relevant code snippets where you are using the API ```dart // Example code where the issue occurs _nearbyService.initialize(); _nearbyService.connectById(deviceId); ``` --- Your effort is appreciated šŸ’—