removeGroupListener static method

dynamic removeGroupListener(
  1. String listenerId
)

Remove Group Listener

Implementation

static removeGroupListener(String listenerId) {
  _groupListeners.remove(listenerId);
}