onStart

fun onStart(onStart: () -> Unit)

Set lambda that is called right before internal Job of Flow is launched.

Parameters

onStart

Lambda called right before Flow Job is launched.