IRedditClient class Null safety

Implementers

Constructors

IRedditClient()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
status AuthenticationStatus
read-only

Methods

getPosts({String? subreddit, PostSort sortBy = PostSort.hot, PostSortSince since = PostSortSince.none, String? after, int limit = 100}) Future<List<Post>>
getSettings() Future<Settings>
getSubreddit(String name) Future<Subreddit>
getSubreddits() Future<List<Subreddit>>
isSubscribedToSubreddit(String subreddit) Future<bool>
login() Future
logout() Future
me() Future<User?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
searchSubreddit(String query) Future<List<String>>
subscribe(String subreddit) Future
toString() String
A string representation of this object. [...]
inherited
unsubscribe(String subreddit) Future
updateSettings(Settings settings) Future

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited