onSeatApplicationReceived method

void onSeatApplicationReceived(
  1. TUIUserInfo userInfo
)

Implementation

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