getContactList static method

Future<List<ContactInfo>> getContactList()

获取通讯录列表数据,我的好友信息(包含黑名单)

Implementation

static Future<List<ContactInfo>> getContactList() {
  return getIt<ContactProvider>().fetchContactList();
}