typingUsers property

  1. @override
RxList<User> get typingUsers
override

List of Users currently typing in this chat.

Implementation

@override
RxList<User> get typingUsers => RxList();