userInfoUpdated property

dynamic Function(int, UserInfo)? userInfoUpdated
final

Occurs when the SDK gets the user ID and user account of the remote user.

Implementation

final Function(int, UserInfo)? userInfoUpdated;