GetPlatformInfoUseCase¶
class GetPlatformInfoUseCase(repository: PlatformRepository)
Constructors¶
GetPlatformInfoUseCase¶
constructor(repository: PlatformRepository)
Functions¶
invoke¶
operator fun invoke(): Flow<Result<PlatformInfo>>
class GetPlatformInfoUseCase(repository: PlatformRepository)
constructor(repository: PlatformRepository)
operator fun invoke(): Flow<Result<PlatformInfo>>