SeatRequestApprovedCallback typedef

SeatRequestApprovedCallback = void Function(int seatIndex, String user, String operateBy, bool isAutoAgree)

Implementation

typedef SeatRequestApprovedCallback = void Function(
    int seatIndex, String user, String operateBy, bool isAutoAgree);