resetForTesting static method

  1. @visibleForTesting
void resetForTesting()

Test-only reset of the registered entries.

Implementation

@visibleForTesting
static void resetForTesting() {
  _entries = const <PreviewEntry>[];
}