sendChat method

Future<ApiResponse<SendChatModel, SendChatModel>> sendChat(
  1. SendChatDto body
)

Implementation

Future<ApiResponse<SendChatModel, SendChatModel>> sendChat(SendChatDto body) {
  return handleRequest(_api.sendChat(body));
}