updateRoomProperty method Null safety
Update the properties of a room
key
Unique key of a room property
value
Value of a room property
associatedUuid
User uuid associated with a property. If the user leaves the room, the property will be deleted.
Implementation
Future<VoidResult> updateRoomProperty(String key, String value,
{String? associatedUuid});