acceptApplication abstract method

Future<CompletionHandler> acceptApplication(
  1. String userID
)

Accept seat application

  • userID : User ID

Implementation

Future<CompletionHandler> acceptApplication(String userID);