SeatLeaveCallback typedef Null safety

SeatLeaveCallback = void Function(int seatIndex, String account)

Implementation

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