()
| 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 | } |
| 59 | GetClientData(): Promise<Client> { |
| 60 | return callBackendService(this?.waveEnv, "client", "GetClientData", Array.from(arguments)) |
| 61 | } |
no test coverage detected