diff --git a/pkgs/unified_analytics/lib/src/constants.dart b/pkgs/unified_analytics/lib/src/constants.dart index c3a329ded..cf19b13c7 100644 --- a/pkgs/unified_analytics/lib/src/constants.dart +++ b/pkgs/unified_analytics/lib/src/constants.dart @@ -95,7 +95,7 @@ This data is used to help improve the Dart platform, Flutter framework, and rela Telemetry is not sent on the very first run. To disable reporting of telemetry, run this terminal command: -[dart|flutter] --disable-telemetry. +[dart|flutter] --disable-analytics. If you opt out of telemetry, an opt-out event will be sent, and then no further information will be sent. This data is collected in accordance with the diff --git a/pkgs/unified_analytics/test/unified_analytics_test.dart b/pkgs/unified_analytics/test/unified_analytics_test.dart index 2eb3cda64..7bc3b95f5 100644 --- a/pkgs/unified_analytics/test/unified_analytics_test.dart +++ b/pkgs/unified_analytics/test/unified_analytics_test.dart @@ -1128,7 +1128,7 @@ send basic crash reports. This data is used to help improve the Dart platform, Flutter framework, and related tools. Telemetry is not sent on the very first run. To disable reporting of telemetry, run this terminal command: -flutter --disable-telemetry. +flutter --disable-analytics. If you opt out of telemetry, an opt-out event will be sent, and then no further information will be sent. This data is collected in accordance with @@ -1162,7 +1162,7 @@ send basic crash reports. This data is used to help improve the Dart platform, Flutter framework, and related tools. Telemetry is not sent on the very first run. To disable reporting of telemetry, run this terminal command: -dart --disable-telemetry. +dart --disable-analytics. If you opt out of telemetry, an opt-out event will be sent, and then no further information will be sent. This data is collected in accordance with