currentUserProfile property
      
      ChatUIKitProfile?
      get
      currentUserProfile
      
    
    
    
Implementation
ChatUIKitProfile? get currentUserProfile {
  return profilesCache[ChatUIKit.instance.currentUserId];
}ChatUIKitProfile? get currentUserProfile {
  return profilesCache[ChatUIKit.instance.currentUserId];
}