loadedLoaders property

  1. @visibleForTesting
Set<Future<void> Function()> loadedLoaders
final

Loader tear-offs that have already resolved at least once in this app session. Visible for testing so the test suite can reset state between cases.

Implementation

@visibleForTesting
static final Set<Future<void> Function()> loadedLoaders = {};