end method

Future<void> end()

Terminates the session and disconnects from the room.

Implementation

Future<void> end() async {
  await room.disconnect();
}