unlockSeat abstract method

Future<CompletionHandler> unlockSeat(
  1. int seatIndex
)

Unlock seat

  • seatIndex : Seat index.

Implementation

Future<CompletionHandler> unlockSeat(int seatIndex);