You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitfor (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)
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?The text was updated successfully, but these errors were encountered: