getSubCollection method

  1. @override
dynamic getSubCollection(
  1. String documentId,
  2. String name
)
override

Implementation

@override
dynamic getSubCollection(String documentId, String name) {
  return reference.getSubCollection(documentId, name);
}