drop

fun <T> Flow<T>.drop(count: Int): Flow<T>(source)

Returns a flow that ignores first count elements. Throws IllegalArgumentException if count is negative.