SeatRequestRejectedCallback typedef

SeatRequestRejectedCallback = void Function(int seatIndex, String account, String operateBy)

Implementation

typedef SeatRequestRejectedCallback = void Function(
    int seatIndex, String account, String operateBy);