getProfileById method

ChatUIKitProfile? getProfileById(
  1. String id
)

Implementation

ChatUIKitProfile? getProfileById(String id) {
  return profilesCache[id];
}