cachedForumComment abstract method

Future<ForumCommentResponse> cachedForumComment({
  1. required int commentId,
})

Implementation

Future<ForumCommentResponse> cachedForumComment({
  required int commentId,
});