(bool: boolean)
| 180 | } |
| 181 | } |
| 182 | keepSynced(bool: boolean) { |
| 183 | this.native?.keepSynced?.(bool); |
| 184 | } |
| 185 | limitToFirst(limit: number): Query { |
| 186 | return Query.fromNative(this.native.limitToFirst(limit)); |
| 187 | } |
nothing calls this directly
no test coverage detected