()
| 276 | } |
| 277 | |
| 278 | get contentDisposition(): string { |
| 279 | return this.native?.contentDisposition; |
| 280 | } |
| 281 | |
| 282 | set contentDisposition(value) { |
| 283 | this.native.contentDisposition = value; |
nothing calls this directly
no outgoing calls
no test coverage detected