()
| 615 | } |
| 616 | |
| 617 | get maxDownloadRetryTime(): number { |
| 618 | return this.native?.maxDownloadRetryTime; |
| 619 | } |
| 620 | |
| 621 | set maxDownloadRetryTime(value) { |
| 622 | this.native.maxDownloadRetryTime = value; |
nothing calls this directly
no outgoing calls
no test coverage detected