Creates a flow that produces values from the specified vararg-arguments.
vararg
Example of usage:
flowOf(1, 2, 3)
Creates a flow that produces the given value.