(popupId)
| 521 | */ |
| 522 | class KeyBackupPopup { |
| 523 | constructor(popupId) { |
| 524 | this.popupId = popupId; |
| 525 | } |
| 526 | |
| 527 | /** |
| 528 | * @returns {Promise.<undefined, Error>} - key backup ready or error |
nothing calls this directly
no outgoing calls
no test coverage detected