unlockSeat abstract method

Future<CompletionHandler> unlockSeat(
  1. int seatIndex
)

Unlock seat

@param seatIndex Seat index. @param completion Completion callback.

Implementation

Future<CompletionHandler> unlockSeat(int seatIndex);