bootThemeForTest method

  1. @visibleForTesting
Future<void> bootThemeForTest()

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();