getChatById abstract method

Future<ChatModel> getChatById(
  1. String id
)

Retrieves a chat based on the ID.

Implementation

Future<ChatModel> getChatById(String id);