(arg2: string)
| 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 | } |
| 56 | GetAllConnStatus(): Promise<ConnStatus[]> { |
| 57 | return callBackendService(this?.waveEnv, "client", "GetAllConnStatus", Array.from(arguments)) |
| 58 | } |
no test coverage detected