ignore dead code on one line
This commit is contained in:
parent
99e19c3237
commit
fae646003b
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ void main() async {
|
||||||
ProviderScope(
|
ProviderScope(
|
||||||
observers: [
|
observers: [
|
||||||
// Change false to true if you want debug information on provider reloads
|
// Change false to true if you want debug information on provider reloads
|
||||||
|
// ignore: dead_code
|
||||||
if (false && kDebugMode) Logger(),
|
if (false && kDebugMode) Logger(),
|
||||||
],
|
],
|
||||||
child: const App(),
|
child: const App(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue