sendFile

abstract fun sendFile(topic: FileTopic, file: File): Flow<Int>
abstract fun sendFile(topic: FileTopic, uri: Uri): Flow<Int>

See also