()
| 48 | |
| 49 | // @returns object updates |
| 50 | AgreeTos(): Promise<void> { |
| 51 | return callBackendService(this?.waveEnv, "client", "AgreeTos", Array.from(arguments)) |
| 52 | } |
| 53 | FocusWindow(arg2: string): Promise<void> { |
| 54 | return callBackendService(this?.waveEnv, "client", "FocusWindow", Array.from(arguments)) |
| 55 | } |
no test coverage detected