getConversations abstract method
CONVERSATIONS
Implementation
@GET('/conversation/show/{id}')
Future<ConversationModel> getConversations(@Path('id') String id);
CONVERSATIONS
@GET('/conversation/show/{id}')
Future<ConversationModel> getConversations(@Path('id') String id);