ChatUIKitContext class
- Available extensions
Properties
- 
  cachedMap
  ↔ Map<String, dynamic> 
- 
  
  getter/setter pair
- currentUserId ← String?
- 
  
  no getter
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  
  getter/setter pair
Methods
- 
  addConversationMute(Map< String, int> map) → void
- 
      Available on ChatUIKitContext, provided by the ConversationMute extension 
- 
  addRequest(String userId, String? reason, [bool isGroup = false]) → bool 
- 
      Available on ChatUIKitContext, provided by the Request extension 
- 
  conversationIsMute(String conversationId) → bool 
- 
      Available on ChatUIKitContext, provided by the ConversationMute extension 
- 
  deleteConversationMute(List< String> list) → void
- 
      Available on ChatUIKitContext, provided by the ConversationMute extension 
- 
  init() → void 
- 
  isContactLoadFinished() → bool 
- 
      Available on ChatUIKitContext, provided by the ContactLoad extension 
- 
  isConversationLoadFinished() → bool 
- 
      Available on ChatUIKitContext, provided by the ConversationFirstLoad extension 
- 
  markAllRequestsAsRead() → void 
- 
      Available on ChatUIKitContext, provided by the Request extension 
- 
  newRequestCount() → int 
- 
      Available on ChatUIKitContext, provided by the Request extension 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  removeRequest(String userId, [bool isGroup = false]) → void 
- 
      Available on ChatUIKitContext, provided by the Request extension 
- 
  removeRequests(List< String> userIds, [dynamic isGroup = false]) → void
- 
      Available on ChatUIKitContext, provided by the Request extension 
- 
  requestList() → List 
- 
      Available on ChatUIKitContext, provided by the Request extension 
- 
  setContactLoadFinished() → void 
- 
      Available on ChatUIKitContext, provided by the ContactLoad extension 
- 
  setConversationLoadFinished() → void 
- 
      Available on ChatUIKitContext, provided by the ConversationFirstLoad extension 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Properties
- instance → ChatUIKitContext
- 
  
  no setter