getSeatList method

  1. @override
Future<TUIValueCallBack<List<TUISeatInfo>>> getSeatList()
override

9.2 Get Seat List with a callback to notify the success or failure of the interface call. The successful callback will include a list of TUISeatInfo information.

Implementation

@override
Future<TUIValueCallBack<List<TUISeatInfo>>> getSeatList() {
  return _engineNative.getSeatList();
}