followedFeedsCol static method

ColRef followedFeedsCol({
  1. required String uid,
})

Implementation

static ColRef followedFeedsCol({required final String uid}) =>
    _ref.collection(usersColName).doc(uid).collection(followedFeedsColName);