doc method

  1. @override
DocumentReference<Map<String, dynamic>> doc(
  1. String documentPath
)
override

Gets a DocumentReference for the specified Firestore path.

Implementation

@override
DocumentReference<Map<String, dynamic>> doc(String documentPath) {
  // TODO: implement doc
  throw UnimplementedError();
}