flowForLimiter

inline suspend fun <R> FlowCollector<R>.flowForLimiter(skip: Int, limit: Int, maxIfZero: Boolean = true, listGetter: () -> List<R>)