SeatRequestCancelledCallback typedef

SeatRequestCancelledCallback = void Function(int seatIndex, String user)

Implementation

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