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 38de1b4 commit a8a67b9Copy full SHA for a8a67b9
packages/flutter/lib/src/widgets/focus_manager.dart
@@ -2222,9 +2222,6 @@ FocusNode? get primaryFocus => WidgetsBinding.instance.focusManager.primaryFocus
2222
String debugDescribeFocusTree() {
2223
String? result;
2224
assert(() {
2225
- // TODO(yjbanov): remove this once https://github.com/dart-lang/sdk/issues/56129 has been fixed.
2226
- // ignore: unnecessary_statements
2227
- FocusManager.instance.toStringDeep;
2228
result = FocusManager.instance.toStringDeep();
2229
return true;
2230
}());
0 commit comments