获取通讯录列表数据,我的好友信息(包含黑名单)
static Future<List<ContactInfo>> getContactList() { return getIt<ContactProvider>().fetchContactList(); }