onFriendApplicationListChanged property
void Function(ZIM zim, List<ZIMFriendApplicationInfo> friendApplicationInfoList, ZIMFriendApplicationListChangeAction action)?
onFriendApplicationListChanged
getter/setter pair
Event callback when the friend application list changes.
zimZIM instance.friendApplicationInfoListFriend application information list.actionFriend application list change operation.
Implementation
static void Function(
ZIM zim,
List<ZIMFriendApplicationInfo> friendApplicationInfoList,
ZIMFriendApplicationListChangeAction action,
)? onFriendApplicationListChanged;