bootThemeForTest method
Test seam: runs the async half of the boot theme application — the
constructor fires _applyBootTheme unawaited; tests await this.
Implementation
@visibleForTesting
Future<void> bootThemeForTest() => _applyBootTheme();
Test seam: runs the async half of the boot theme application — the
constructor fires _applyBootTheme unawaited; tests await this.
@visibleForTesting
Future<void> bootThemeForTest() => _applyBootTheme();