()
| 631 | } |
| 632 | |
| 633 | get maxUploadRetryTime(): number { |
| 634 | return this.native?.maxUploadRetryTime; |
| 635 | } |
| 636 | |
| 637 | set maxUploadRetryTime(value) { |
| 638 | this.native.maxUploadRetryTime = value; |
nothing calls this directly
no outgoing calls
no test coverage detected