pda
androidJvm
app
/
net.artux.pda.repositories
/
QuestRepository
/
getChapter
get
Chapter
suspend
fun
getChapter
(
storyId
:
Int
,
chapterId
:
Int
)
:
Result
<
ChapterDto
>