usePlatformStartupLazyFetcher

inline fun <T : Any> usePlatformStartupLazyFetcher(vararg platform: Platform, crossinline factory: () -> T): StartupLazyFetcher<T?>