takeSeat method

  1. @override
TUIRequest takeSeat(
  1. int seatIndex,
  2. int timeout,
  3. TUIRequestCallback? requestCallback
)
override

Implementation

@override
TUIRequest takeSeat(int seatIndex, int timeout, TUIRequestCallback? requestCallback) {
  return roomEngine.takeSeat(seatIndex, timeout, requestCallback);
}