menu
chat_ui_kit2 package
documentation
chat_ui_kit2.dart
ChatsListController<T extends ChatBase>
removeAt method
removeAt method
dark_mode
light_mode
removeAt
method
void
removeAt
(
int
index
)
Implementation
void removeAt(int index) { this._items.removeAt(index); notifyListeners(); }
chat_ui_kit2 package
documentation
chat_ui_kit2
ChatsListController<T extends ChatBase>
removeAt method
ChatsListController class