Leave a conversation
Future<Result<Room>> leaveConversation({required int roomId}) async { return await _sdk.leaveConversation(roomId: roomId); }