(optedOut: boolean)
| 88 | * Set opt-out status (called from renderer when user preference changes) |
| 89 | */ |
| 90 | export function setOptOut(optedOut: boolean) { |
| 91 | userOptedOut = optedOut |
| 92 | } |
| 93 | |
| 94 | /** |
| 95 | * Set subscription plan (called after fetching from API) |
no outgoing calls
no test coverage detected