getChapterContent

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

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

Return

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

Since

Api 2

Parameters

id

章节id