getSubCollection method

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

Implementation

@override
getSubCollection(String documentId, String name) {
  throw UnimplementedError();
}