Future<ChatNewListResponse> getnewchatfriendlist(int page) async { ChatNewListResponse jsonData = await service.chatServices.newChatlist(page: page); return jsonData; }