invoke

abstract operator fun invoke(id: String, url: String): Flow<DownloadState>(source)

Executes the invoke step in the SDAI domain layer.

Return

Result produced by invoke.

Author

Dmitriy Moroz

Parameters

id

identifier of the target entity.

url

remote URL used by the operation.