()
| 394 | return this._native; |
| 395 | } |
| 396 | get android() { |
| 397 | return this.native; |
| 398 | } |
| 399 | |
| 400 | child(path: string): Reference { |
| 401 | return Reference.fromNative(this.native.child?.(path)); |
nothing calls this directly
no outgoing calls
no test coverage detected