SeatKickedCallback typedef

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

Implementation

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