profilesCache property
缓存的 profiles, key 为id,value 为 profile,具体参考 ChatUIKitProfile。
Implementation
final Map<String, ChatUIKitProfile> profilesCache = {};
缓存的 profiles, key 为id,value 为 profile,具体参考 ChatUIKitProfile。
final Map<String, ChatUIKitProfile> profilesCache = {};