collection method

  1. @override
CollectionRef collection(
  1. String path
)
override

Gets a CollectionRef for the specified localfire path.

Implementation

@override
CollectionRef collection(String path) {
  return CollectionRef(path, null, _delegate);
}