updateRoomProperty abstract method

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

Implementation

Future<VoidResult> updateRoomProperty(
    String roomUuid, String key, String value,
    {String? associatedUuid});