sessionExists method

bool sessionExists(
  1. String repId
)

Session existence

Implementation

bool sessionExists(String repId) => _sessionMap.containsKey(repId);