onContactSyncComplete method

void onContactSyncComplete(
  1. bool result
)

Implementation

void onContactSyncComplete(bool result) {
  getRecentChatList();
  getArchivedChatsList();
  // filterUserlist();
  mirrorFlyLog('isSearching.value', isSearching.value.toString());
  if (isSearching.value) {
    lastInputValue = '';
    onChange(search.text.toString());
  }
}