commentSection function
- dynamic ref,
- String commentSectionID
Implementation
@riverpod
Stream<List<CommentModel>> commentSection(
CommentSectionRef ref,
String commentSectionID,
) =>
ref.read(firestoreServiceProvider).getCommentStream(commentSectionID);