deleteConversation abstract method

Future<SuccessResponse> deleteConversation(
  1. String conversationId,
  2. String userId
)

Implementation

Future<SuccessResponse> deleteConversation(
    String conversationId, String userId);