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
Could you please add events. You have said they are there in README.md:
README.md
rpc.events.listen((event) { if (event is DiscordReady) { event.user; } if (event is DiscordErrored) { event.errorCode; event.message; } if (event is DiscordJoinGame) { event.joinSecret; } // Other events. });
But it says nothing about it in the API Docs
The text was updated successfully, but these errors were encountered:
Not implemented. It will require additional shared library because current dart:ffi doesn't support callback from other foreign (C/C++) threads.
dart:ffi
I can't give any expected date for the feature.
Sorry, something went wrong.
No branches or pull requests
Could you please add events.
You have said they are there in
README.md
:But it says nothing about it in the API Docs
The text was updated successfully, but these errors were encountered: