leaveRoom method

Future<void> leaveRoom()

Implementation

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