currentUserProfile property

ChatUIKitProfile? get currentUserProfile

Implementation

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