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