()
| 50 | }; |
| 51 | |
| 52 | const handleAccept = async () => { |
| 53 | await analytics.enable(); |
| 54 | handleOpenChange(false); |
| 55 | onComplete?.(); |
| 56 | }; |
| 57 | |
| 58 | const handleDecline = async () => { |
| 59 | await analytics.disable(); |
nothing calls this directly
no test coverage detected