(url: string)
| 239 | } |
| 240 | } |
| 241 | public notifyGuestPlotManager(url: string): void { |
| 242 | if (this._isStarted) { |
| 243 | void liveShareRequest(Callback.NotifyGuestPlotManager, url); |
| 244 | } |
| 245 | } |
| 246 | public orderGuestDetach(): void { |
| 247 | if (this._isStarted) { |
| 248 | void liveShareRequest(Callback.OrderDetach); |
nothing calls this directly
no test coverage detected