GetScreenUseCase
class GetScreenUseCase(repository: MosaicRepository) : UseCase<ScreenModel, GetScreenUseCase.Params>
Fetches a screen's payload by id, without installing it — backs both GetScreen (which forwards the ScreenModel downstream, letting the caller decide when/how to apply it via ChangeScreenState) and RefreshScreen (which applies it immediately). Reachable via get<GetScreenUseCase>().