RoomPropertiesDeletedCallback typedef

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

Implementation

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