leaveRoom method

Future<void> leaveRoom()

Leave the current room

Implementation

Future<void> leaveRoom() async {
  await _sdk.leaveRoom();
}