(collectionId: string)
| 1387 | } |
| 1388 | |
| 1389 | collectionGroup(collectionId: string): any { |
| 1390 | return Query.fromNative(this.native.collectionGroupWithID(collectionId)); |
| 1391 | } |
| 1392 | |
| 1393 | disableNetwork(): Promise<void> { |
| 1394 | return new Promise((resolve, reject) => { |
nothing calls this directly
no test coverage detected