OnRoomMaxSeatCountChanged typedef

OnRoomMaxSeatCountChanged = void Function(String roomId, int maxSeatCount)

Implementation

typedef OnRoomMaxSeatCountChanged = void Function(
    String roomId, int maxSeatCount);