profilesCache property

Map<String, ChatUIKitProfile> profilesCache
final

缓存的 profiles, key 为id,value 为 profile,具体参考 ChatUIKitProfile

Implementation

final Map<String, ChatUIKitProfile> profilesCache = {};