getArchivedChatsFromServer method
dynamic
getArchivedChatsFromServer()
This method is used to get the Archived chat list from server.
Implementation
getArchivedChatsFromServer() {
throw UnimplementedError('has not been implemented.');
}