We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3693a7c commit 95f838bCopy full SHA for 95f838b
packages/flutter_tools/lib/src/commands/trace.dart
@@ -33,7 +33,7 @@ class TraceCommand extends FlutterCommand {
33
final String name = 'trace';
34
35
@override
36
- final String description = 'Start and stop tracing for a running Flutter app (Android only).';
+ final String description = 'Start and stop tracing for a running Flutter app.';
37
38
39
final String usageFooter =
0 commit comments