reset method Null safety

  1. @visibleForTesting
void reset()
visibleForTesting">@visibleForTesting

Resets the internal state of LicenseRegistry. Intended for use in testing.

Implementation

@visibleForTesting
static void reset() {
  _collectors = null;
}