CometChatMessageListControllerProtocol class abstract

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addElement(BaseMessage element, {int index}) → dynamic
inherited
addMessage(BaseMessage message) → dynamic
deleteMessage(BaseMessage message) → dynamic
getConversationId() String
getCurrentContext() BuildContext
getGroup() Group?
getList() List<BaseMessage>
inherited
getMatchingIndex(BaseMessage element) int
inherited
getMatchingIndexFromKey(String key) int
inherited
getParentMessageId() int?
getScrollController() ScrollController
getTemplateMap() Map<String, CometChatMessageTemplate>
getUser() User?
initializeHeaderAndFooterView() → dynamic
loadMoreElements({bool isIncluded(BaseMessage element)?}) → dynamic
inherited
match(BaseMessage elementA, BaseMessage elementB) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSearch(String val) → dynamic
inherited
removeElement(BaseMessage element) → dynamic
inherited
removeElementAt(int index) → dynamic
inherited
toString() String
A string representation of this object.
inherited
updateElement(BaseMessage element, {int? index}) → dynamic
inherited
updateMessageThreadCount(int parentMessageId) → dynamic
updateMessageWithMuid(BaseMessage message) → dynamic

Operators

operator ==(Object other) bool
The equality operator.
inherited