()
| 117 | permissionResult, |
| 118 | permissionPromptStartTimeMs: Date.now(), |
| 119 | onUserInteraction() { |
| 120 | // No-op for remote |
| 121 | }, |
| 122 | onAbort() { |
| 123 | const response: RemotePermissionResponse = { |
| 124 | behavior: 'deny', |
nothing calls this directly
no outgoing calls
no test coverage detected