readChat abstract method

Future<void> readChat(
  1. ChatModel chat
)

When a chat is read, this method is called.

Implementation

Future<void> readChat(ChatModel chat);