()
| 544 | } |
| 545 | |
| 546 | get native() { |
| 547 | if (!this._native) { |
| 548 | this._native = com.google.firebase.dynamiclinks.FirebaseDynamicLinks.getInstance(); |
| 549 | } |
| 550 | return this._native; |
| 551 | } |
| 552 | get android() { |
| 553 | return this.native; |
| 554 | } |
nothing calls this directly
no test coverage detected