loadMessageWithAnchorDate method
Implementation
void loadMessageWithAnchorDate(int date) async {
_logI('initFetch -->> anchor date:$date');
hasMoreForwardMessages = true;
hasMoreNewerMessages = true;
_fetchMessageListBothDirectByAnchorDate(date);
}