removeConversationListListener static method

dynamic removeConversationListListener(
  1. String listenerId
)

Implementation

static removeConversationListListener(String listenerId) {
  conversationListListener.remove(listenerId);
}