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