setMaxSeatCount method
9.1 Set Maximum Number of Seats with a callback to notify the success or failure of the interface call
Implementation
@override
Future<TUIActionCallback> setMaxSeatCount(int maxSeatCount) {
return _engineNative.setMaxSeatCount(maxSeatCount);
}