close method

void close()

Closes the peer connection and cleans up sessions.

Implementation

void close() async {
  await _cleanSessions();
}