Commit 853863b
committed
chore(core): resolve unawaited_futures lint in app_dependencies
Resolves the `unawaited_futures` lint warning by wrapping the call to `_initializeDependencies()` with `unawaited()`.
This makes it explicit that the future is intentionally not being awaited at this call site, as the logic is correctly handled by the `_initCompleter`.1 parent 5593b0e commit 853863b
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
0 commit comments