validation Messages
fun <D> Store<D>.validationMessages(): Flow<List<ComponentValidationMessage>>?
Content copied to clipboard
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