SeatGridController constructor

SeatGridController({
  1. required String liveID,
})

Implementation

SeatGridController({required this.liveID}) {
  _subscribeState();
  _onSeatListChanged();
}