collection method

CollectionReference collection(
  1. String path
)

Implementation

CollectionReference collection(String path) =>
    CollectionReference(_gateway, path);