CometChatDetailsControllerProtocol class abstract

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

addOption(String templateId, CometChatDetailsOption newOption, {int? position}) int
getDetailsOptionMap() Map<String, List<CometChatDetailsOption>>
getDetailsTemplateList() List<CometChatDetailsTemplate>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAddMemberClicked(Group group) → dynamic
onBanMemberClicked(Group group) → dynamic
onTransferOwnershipClicked(Group group) → dynamic
onViewMemberClicked(Group group) → dynamic
removeOption(String templateId, String optionId) int
toString() String
A string representation of this object.
inherited
updateOption(String templateId, String oldOptionID, CometChatDetailsOption updatedOption) int
useOption(CometChatDetailsOption option, String sectionId) → dynamic

Operators

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