getChapterContent

abstract suspend fun getChapterContent(id: String): ChapterContent?

通过章节id获取本地存储的章节内容

Return

可变的章节内容对象, 如果本地不存在则返回null

Since

Api 4

Parameters

id

章节id