(path: string)
| 383 | } |
| 384 | |
| 385 | child(path: string): Reference { |
| 386 | return Reference.fromNative(this.native.child?.(path)); |
| 387 | } |
| 388 | |
| 389 | onDisconnect(): OnDisconnect { |
| 390 | return OnDisconnect.fromNative(this.native); |
nothing calls this directly
no test coverage detected