LocalChatUserService class
Service class for managing local chat users.
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
users
↔ List<
ChatUserModel> -
List of predefined chat users.
getter/setter pair
Methods
-
getAllUsers(
) → Future< List< ChatUserModel> > -
Retrieves all users. Used for chat creation.
override
-
getCurrentUser(
) → Future< ChatUserModel?> -
Retrieves the current user.
This is the user that is currently logged in.
override
-
getUser(
String id) → Future< ChatUserModel?> -
Retrieves a user based on the ID.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited