clearInboundGroupSessions method

void clearInboundGroupSessions()

clear all cached inbound group sessions. useful for testing

Implementation

void clearInboundGroupSessions() {
  _inboundGroupSessions.clear();
}