onSeatApplicationReceived method
Implementation
void onSeatApplicationReceived(TUIUserInfo userInfo) {
return _seatManager.onSeatApplicationReceived(from: userInfo);
}
void onSeatApplicationReceived(TUIUserInfo userInfo) {
return _seatManager.onSeatApplicationReceived(from: userInfo);
}