postCommentRepository function

PostCommentRepository? postCommentRepository({
  1. String? appId,
})

Implementation

PostCommentRepository? postCommentRepository({String? appId}) =>
    AbstractRepositorySingleton.singleton.postCommentRepository(appId);