doc method
Gets a DocumentReference
for the specified Firestore path.
Implementation
@override
DocumentReference<Map<String, dynamic>> doc(String documentPath) {
// TODO: implement doc
throw UnimplementedError();
}
Gets a DocumentReference
for the specified Firestore path.
@override
DocumentReference<Map<String, dynamic>> doc(String documentPath) {
// TODO: implement doc
throw UnimplementedError();
}