ignore Elements
Ignores all elements emitted by the source Flow, only passes calls of complete
or error
.
The returned flow does not emit any values. It completes normally when the source flow completes normally. Otherwise, it completes with the same exception as the source flow.