We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following snippet is from the official doc.
socket.onPartyPresence.listen((presence) { print('Joined party: ${presence.partyId}'); });
But unfortunately!! The function doesn't exist in the dart client.
The text was updated successfully, but these errors were encountered:
Confirmed @Amonc, the snippet doesn't work in the current v1.1.0 available on pub.dev.
However, the implementation for that functionality has been merged in main in the PR #103. (b48276b)
I guess it will be available in the next release together with all the various bug fixes.
Sorry, something went wrong.
ilmalte
No branches or pull requests
The following snippet is from the official doc.
But unfortunately!! The function doesn't exist in the dart client.
The text was updated successfully, but these errors were encountered: