getChatByUser abstract method

Future<ChatModel> getChatByUser(
  1. ChatUserModel user
)

Retrieves a chat based on the user.

Implementation

Future<ChatModel> getChatByUser(ChatUserModel user);