SeatGridController constructor
SeatGridController({
- required String liveID,
Implementation
SeatGridController({required this.liveID}) {
_subscribeState();
_onSeatListChanged();
}
SeatGridController({required this.liveID}) {
_subscribeState();
_onSeatListChanged();
}