menu
sop_cometchat package
documentation
cometchat_uikit_shared.dart
CometChatListController<T1, T2>
updateElementAt method
updateElementAt method
dark_mode
light_mode
updateElementAt
method
dynamic
updateElementAt
(
T1
element
,
int
index
)
Implementation
updateElementAt(T1 element, int index) { list[index] = element; update(); }
sop_cometchat package
documentation
cometchat_uikit_shared
CometChatListController<T1, T2>
updateElementAt method
CometChatListController class