AbstractUserRepository class abstract
Users repository interface.
- Implementers
Constructors
Properties
Methods
-
blockUser(
UserId id, BlocklistReason? reason) → Future< void> - Blocks the specified User for the authenticated MyUser.
-
get(
UserId id) → FutureOr< RxUser?> -
Returns an User by the provided
id
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
search(
{UserNum? num, UserName? name, UserLogin? login, ChatDirectLinkSlug? link}) → Paginated< UserId, RxUser> - Searches Users by the given criteria.
-
toString(
) → String -
A string representation of this object.
inherited
-
unblockUser(
UserId id) → Future< void> - Removes the specified User from the blocklist of the authenticated MyUser.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited