postSummaryRef static method

DatabaseReference postSummaryRef(
  1. String category,
  2. String id
)

Returns the reference of a post summary

Implementation

static DatabaseReference postSummaryRef(String category, String id) =>
    postSummariesRef.child(category).child(id);