GetFilePlatformFileUseCase

Reads a file from the client's own private file storage as a PlatformFile handle — backs GetFile's platformFile() output type. Reachable via get<GetFilePlatformFileUseCase>().

Constructors

Link copied to clipboard
constructor(repository: MosaicRepository)

Types

Link copied to clipboard
data class Params(val fileName: String)

Functions

Link copied to clipboard
open suspend override fun execute(params: GetFilePlatformFileUseCase.Params): Result<PlatformFile?>
Link copied to clipboard
suspend operator fun invoke(params: GetFilePlatformFileUseCase.Params): Result<PlatformFile?>