()
| 329 | return Query.fromNative(this.native.orderByKey()); |
| 330 | } |
| 331 | orderByPriority(): Query { |
| 332 | return Query.fromNative(this.native.orderByPriority()); |
| 333 | } |
| 334 | orderByValue(): Query { |
| 335 | return Query.fromNative(this.native.orderByValue()); |
| 336 | } |
nothing calls this directly
no test coverage detected