destroy method
void
destroy()
Destroys this UI element and removes all event listeners it has running.
Implementation
void destroy() {
execute('conversationList.destroy();');
}
Destroys this UI element and removes all event listeners it has running.
void destroy() {
execute('conversationList.destroy();');
}