Skip to content
New issue

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

Getting the authenticated user's subreddits, no after param? #221

Closed
Lilja opened this issue Mar 9, 2023 · 0 comments · Fixed by #222
Closed

Getting the authenticated user's subreddits, no after param? #221

Lilja opened this issue Mar 9, 2023 · 0 comments · Fixed by #222

Comments

@Lilja
Copy link
Contributor

Lilja commented Mar 9, 2023

await for (var submission in reddit.user.subreddits(after: after, limit: 100)) {
}

The named parameter 'after' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'after'.dart[undefined_named_parameter](https://dart.dev/diagnostics/undefined_named_parameter)

According to the docs, isn't after available?

bkonyi pushed a commit that referenced this issue Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant