Filester
Toggle table of contents
3.1.1
proprietaryRelease
Target filter
proprietaryRelease
Switch theme
Search in API
Skip to content
Filester
Filester
/
com.roozbehzarei.filester.data.local
/
FileDao
File
Dao
interface
FileDao
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
file
:
FileEntity
)
get
All
Link copied to clipboard
abstract
fun
getAll
(
)
:
Flow
<
List
<
FileEntity
>
>
insert
Link copied to clipboard
abstract
suspend
fun
insert
(
file
:
FileEntity
)