Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-client
/
dev.catbit.mosaic.client.data.repository
/
MosaicRepositoryImpl
/
uploadFile
upload
File
open
suspend override
fun
uploadFile
(
url
:
String
?
,
headers
:
Map
<
String
,
String
>
?
,
httpMethod
:
HttpMethod
,
contentType
:
String
?
,
platformFile
:
PlatformFile
,
onProgress
:
suspend
(
Float
)
->
Unit
)
:
Result
<
UploadResult
>