clearSessions method

Future<void> clearSessions()

Clears all sessions

Implementation

Future<void> clearSessions() async {
  _activeSessions.clear();
}