onUserProfileChanged property
- @HawkApi(ignore: true)
用户资料变更通知
Implementation
@HawkApi(ignore: true)
Stream<List<NIMUserInfo>> get onUserProfileChanged =>
UserServicePlatform.instance.onUserProfileChanged.stream;
用户资料变更通知
@HawkApi(ignore: true)
Stream<List<NIMUserInfo>> get onUserProfileChanged =>
UserServicePlatform.instance.onUserProfileChanged.stream;