forumTopic abstract method

Future<ForumTopicResponse> forumTopic(
  1. {required int topicId}
)

Implementation

Future<ForumTopicResponse> forumTopic({
  required int topicId,
});