--- name: Question about source code about: Ask a question about source code here title: "[QUESTION]: " labels: question assignees: ksenia312 --- ### Question Provide your question here ### Source Code Path Specify the path to the source code (e.g., `lib/src/platforms/android/nearby_android_service.dart`) ### Code Snippet Include a code snippet from the source code in question ```dart // Example source code snippet @override FutureOr send(OutgoingNearbyMessage message) { return _socketService.send(message); } ``` --- Your effort is appreciated 💗