onContactAdded property
final
~english Occurs when user is added as a contact by another user. ~end
~chinese 添加好友回调。 ~end
Implementation
final void Function(
String userId,
)? onContactAdded;
~english Occurs when user is added as a contact by another user. ~end
~chinese 添加好友回调。 ~end
final void Function(
String userId,
)? onContactAdded;