fetchChapterById method

Future<Chapter?> fetchChapterById(
  1. int chapterId
)

Implementation

Future<Chapter?> fetchChapterById(int chapterId) => _chapterRepository.fetchChapterById(chapterId);