toggle menu
Writeopia
common
switch theme
search in API
plugin:writeopia_persistence_sqldelight
/
io.writeopia.sdk.persistence.sqldelight.dao
/
DocumentSqlDao
/
loadDocumentsWithContentByUserIdAfterTime
load
Documents
With
Content
By
User
Id
After
Time
suspend
fun
loadDocumentsWithContentByUserIdAfterTime
(
userId
:
String
,
time
:
Long
)
:
List
<
Document
>