deleteChat abstract method

Future<void> deleteChat(
  1. ChatModel chat
)

Deletes the chat for this user and the other users in the chat.

Implementation

Future<void> deleteChat(ChatModel chat);