storeChatIfNot abstract method

Future<ChatModel> storeChatIfNot(
  1. ChatModel chat
)

Creates the chat if it does not exist.

Implementation

Future<ChatModel> storeChatIfNot(ChatModel chat);