doc method

DocumentReferencePlatform doc(
  1. String documentPath
)

Gets a DocumentReferencePlatform for the specified Firestore path.

Implementation

DocumentReferencePlatform doc(String documentPath) {
  throw UnimplementedError('doc() is not implemented');
}