SeatKickedCallback typedef

SeatKickedCallback = void Function(int seatIndex, String user, String operateBy)

Implementation

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