onSelfInfoUpdated property

(dynamic Function(UserInfo info)?) onSelfInfoUpdated
getter/setter pair

The information of the logged-in user has been updated

Implementation

Function(UserInfo info)? onSelfInfoUpdated;