kickUserOutOfSeat abstract method
- String userID
Kick user off seat
userID: User ID.
Implementation
Future<CompletionHandler> kickUserOutOfSeat(String userID);
Kick user off seat
userID : User ID.Future<CompletionHandler> kickUserOutOfSeat(String userID);