logout static method

1.2 Logout Interface - It includes actively leaving the room and destroying resources.

Implementation

static Future<TUIActionCallback> logout() {
  return TUIRoomEngineImpl.logout();
}