showIndicatorFor property

ShowUserActiveIndicatorCallback? showIndicatorFor
final

A callback that determines whether to display the indicator for a user in the chat list based on their UserActiveStatus.

By default, it will show indicator when user is online or offline.

Note: This is only applicable for one-to-one chats. Group chats will not show online status.

Implementation

final ShowUserActiveIndicatorCallback? showIndicatorFor;