OnSeatLayoutChanged typedef
        OnSeatLayoutChanged =
     void Function(String roomId, SeatLayout seatLayout)
    
    
    
Implementation
typedef OnSeatLayoutChanged = void Function(
    String roomId, SeatLayout seatLayout);typedef OnSeatLayoutChanged = void Function(
    String roomId, SeatLayout seatLayout);