resetBreadcrumbLevelWarnedForTest static method

  1. @visibleForTesting
void resetBreadcrumbLevelWarnedForTest()

For testing only: reset the one-time invalid-breadcrumbLevel warning guard so order-dependent tests can re-assert the warning fires.

Implementation

@visibleForTesting
static void resetBreadcrumbLevelWarnedForTest() => _breadcrumbLevelWarned = false;