(options: { hash: string })
| 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: { |
| 23 | updateUrl: string; |
no outgoing calls
no test coverage detected