SeatInvitationRejectedCallback typedef

SeatInvitationRejectedCallback = void Function(int seatIndex, String user)

Implementation

typedef SeatInvitationRejectedCallback = void Function(
    int seatIndex, String user);