validationMessage

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

Finds the proper ComponentValidationMessage for the given Store.

Receiver

Store for which to find a ComponentValidationMessage

Return

nullable Flow which is null when no validator can be found