RosterManager class

Constructors

RosterManager(Connection connection)

Properties

hashCode int
The hash code for this object.
no setterinherited
rosterStream Stream<List<Buddy>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRosterItem(Buddy rosterItem) Future<IqStanzaResult>
getRoster() List<Buddy>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryForRoster() → void
removeRosterItem(Buddy rosterItem) Future<IqStanzaResult>
toString() String
A string representation of this object.
inherited
updateRosterItem(Buddy rosterItem) Future<IqStanzaResult>

Operators

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

Static Properties

instances Map<Connection, RosterManager>
getter/setter pair

Static Methods

getInstance(Connection connection) RosterManager
removeInstance(Connection connection) → void