FriendListFacade class

Constructors

FriendListFacade()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Properties

friendListByTopic Map<String, FriendListPubSub>
getter/setter pair

Static Methods

getFriendListOfUser(LocalityUser receivingUser) FriendListPubSub
getTopicOfFriendListOfUser(String userId) String
sendFriendRequest(LocalityUser fromUser, LocalityUser toUser) → void

Constants

topicSalt → const String