()
| 17 | setUuid(uuid: string): Promise<void>; |
| 18 | reloadUpdate(options: { hash: string }): Promise<void>; |
| 19 | restartApp(): Promise<void>; |
| 20 | setNeedUpdate(options: { hash: string }): Promise<void>; |
| 21 | markSuccess(): Promise<void>; |
| 22 | downloadPatchFromPpk(options: { |
no outgoing calls
no test coverage detected