reInitValidation

Resets all validators of an app to their default state. So you don't have to bother with enableValidator to reset them or what the default state is.

Example Usages

   brixxApi.reInitValidation();

Last updated