onContactListComplete property

Stream<List<ContactInfo>>? onContactListComplete
getter/setter pair

联系人信息变更通知 调用fetchContactList 之后会通过此回到返回全量的联系人数据

Implementation

Stream<List<ContactInfo>>? onContactListComplete;