ReadReceiptsManager class
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
-
announceRead(
) → Future< bool> - mark this as read for the others in the room to know
-
drop(
) → void - Manually drops the object and unregisters the FinalizableHandle.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readByMe(
) → bool - whether I have already marked this as read, publicly or privately
-
readCount(
) → int - total of users that announced they had seen this
-
reload(
) → Future< ReadReceiptsManager> - reload this manager
-
subscribeStream(
) → Stream< bool> - get informed about changes to this manager
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited