fetchContactList abstract method

Future<List<ContactInfo>> fetchContactList()

获取所有的好友联系人信息 优先从缓存获取,失败则从SDK数据库本地获取,最后从服务端获取 包含FriendInfo

Implementation

Future<List<ContactInfo>> fetchContactList();