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