getInRoomUserAttributesNotifier method
get notifier of in-room user attributes
Implementation
ValueNotifier<ZegoUIKitUserAttributes> getInRoomUserAttributesNotifier(
String userID) {
return ZegoUIKitCore.shared.coreData.getUser(userID).inRoomAttributes;
}