(documentPath: string)
| 1579 | } |
| 1580 | |
| 1581 | doc(documentPath: string): DocumentReference { |
| 1582 | return DocumentReference.fromNative(this.native.document(documentPath)); |
| 1583 | } |
| 1584 | |
| 1585 | enableNetwork(): Promise<void> { |
| 1586 | return new Promise((resolve, reject) => { |
nothing calls this directly
no test coverage detected