resetKwikFormsHealthCache function

  1. @visibleForTesting
void resetKwikFormsHealthCache()

Resets the cached health result. Test/debug hook.

Implementation

@visibleForTesting
void resetKwikFormsHealthCache() {
  _healthInFlight = null;
  _healthCheckedAt = null;
}