根据账号ID,查询账号ID对应的好友信息,包括昵称、头像等数据
static Future<ContactInfo?> getFriend(String accId) { return getIt<ContactProvider>().getContact(accId); }