()
| 402 | } |
| 403 | |
| 404 | onDisconnect(): OnDisconnect { |
| 405 | return OnDisconnect.fromNative(this.native.onDisconnect()); |
| 406 | } |
| 407 | |
| 408 | push(value?: any, onComplete?: () => void): ThenableReference { |
| 409 | const id = this.native.push(); |
nothing calls this directly
no test coverage detected