RoomChanged typedef

RoomChanged = dynamic Function(RoomModel? value)

Implementation

typedef RoomChanged = Function(RoomModel? value);