We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8386c commit 57bd78dCopy full SHA for 57bd78d
lib/bootstrap.dart
@@ -49,7 +49,7 @@ Future<Widget> bootstrap(
49
50
// Initialize InlineAdCacheService early as it's a singleton and needs AdService.
51
// It will be fully configured once AdService is available.
52
- late final InlineAdCacheService inlineAdCacheService;
+ InlineAdCacheService? inlineAdCacheService;
53
54
// 2. Initialize HttpClient. Its tokenProvider now directly reads from
55
// kvStorage, breaking the circular dependency with AuthRepository.
0 commit comments