updateRoomProperty method Null safety

Future<VoidResult> updateRoomProperty(
  1. String key,
  2. String value,
  3. {String? associatedUuid}
)

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});