close method
void
close()
Closes the peer connection and cleans up sessions.
Implementation
void close() async {
await _cleanSessions();
}
Closes the peer connection and cleans up sessions.
void close() async {
await _cleanSessions();
}