leaveSeat method
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();
}
9.6 Take off the local seat. The callback is used to notify the success or failure of the API call.
@override
Future<TUIActionCallback> leaveSeat() {
return _engineNative.leaveSeat();
}