viewModelOnInitializedFlow

fun ViewModelLifecycleOwner.viewModelOnInitializedFlow(): Flow<Unit>

Add an observer and get notified only once when the ViewModel is initialized. The observer will be removed from the ViewModelLifecycle once get notified.