()
| 12 | installUpdate(): void; |
| 13 | subscribe(callback: (status: UpdateStatus) => void): () => void; |
| 14 | getStatus(): UpdateStatus; |
| 15 | getChannel(): UpdateChannel; |
| 16 | setChannel(channel: UpdateChannel): void; |
| 17 | } |
no outgoing calls
no test coverage detected