onSentSeatInvitation method

void onSentSeatInvitation(
  1. String userId
)

Implementation

void onSentSeatInvitation(String userId) {
  return _seatManager.onSentSeatInvitation(to: userId);
}