validationMessages

fun <D> Store<D>.validationMessages(): Flow<List<ComponentValidationMessage>>?

Filters all proper ComponentValidationMessages for the given Store.

Receiver

Store for which to filter all ComponentValidationMessages

Return

nullable Flow which is null when no validator can be found