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