RoomPropertiesChangedCallback typedef Null safety

RoomPropertiesChangedCallback = void Function(Map<String, String> properties)

Implementation

typedef RoomPropertiesChangedCallback = void Function(
    Map<String, String> properties);