unlockSeat abstract method
- int seatIndex
Unlock seat
@param seatIndex Seat index. @param completion Completion callback.
Implementation
Future<CompletionHandler> unlockSeat(int seatIndex);
Unlock seat
@param seatIndex Seat index. @param completion Completion callback.
Future<CompletionHandler> unlockSeat(int seatIndex);