ReactionManager 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
-
drop(
) → void - Manually drops the object and unregisters the FinalizableHandle.
-
hasReactionEntries(
) → bool - whether manager has reaction entries
-
likedByMe(
) → bool - whether I sent like
-
likesCount(
) → int - get count sent like by me and other people
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reactedByMe(
) → bool - whether I reacted using symbol key
-
reactionEntries(
) → Future< FfiListReaction> - get reaction entries
-
redactLike(
String? reason, String? txnId) → Future< EventId> - remove the like
-
redactReaction(
String senderId, String key, String? reason, String? txnId) → Future< EventId> - remove the reaction using symbol key
-
reload(
) → Future< ReactionManager> - get informed about changes to this manager
-
sendLike(
) → Future< EventId> - send a like
-
sendReaction(
String key) → Future< EventId> - send the reaction using symbol key
-
subscribeStream(
) → Stream< bool> - get informed about changes to this manager
-
toString(
) → String -
A string representation of this object.
inherited
-
totalReactionCount(
) → int - get total count of reactions
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited