collection method

Implementation

FireDartCollectionReference collection(String id) {
  return FireDartCollectionReference(_gateway, '$path/$id');
}