ignore dead code on one line

This commit is contained in:
Henry Hiles 2025-12-24 18:50:53 -05:00
commit fae646003b
No known key found for this signature in database

View file

@ -65,6 +65,7 @@ void main() async {
ProviderScope(
observers: [
// Change false to true if you want debug information on provider reloads
// ignore: dead_code
if (false && kDebugMode) Logger(),
],
child: const App(),