destroy method

void destroy()

Destroys this UI element and removes all event listeners it has running.

Implementation

void destroy() {
  execute('conversationList.destroy();');
}