leaveSeat method

  1. @override
Future<TUIActionCallback> leaveSeat()
override

9.6 Take off the local seat. The callback is used to notify the success or failure of the API call.

Implementation

@override
Future<TUIActionCallback> leaveSeat() {
  return _engineNative.leaveSeat();
}