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 cff4ee7 commit fd1ba9cCopy full SHA for fd1ba9c
testing/scenario_app/lib/src/scenarios.dart
@@ -14,7 +14,7 @@ import 'scenario.dart';
14
import 'send_text_focus_semantics.dart';
15
import 'touches_scenario.dart';
16
17
-typedef ScenarioFactory = Scenario Function();
+typedef ScenarioFactory = Scenario Function(); // ignore: public_member_api_docs
18
19
int _viewId = 0;
20
0 commit comments