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 91a6ec9 commit 20078f8Copy full SHA for 20078f8
packages/flutter_driver/lib/src/driver/timeline_summary.dart
@@ -373,20 +373,6 @@ class TimelineSummary {
373
}
374
375
376
- /// Writes [summaryJson] to a file.
377
- @Deprecated(
378
- 'Use TimelineSummary.writeTimelineToFile. '
379
- 'This feature was deprecated after v2.1.0-13.0.pre.'
380
- )
381
- Future<void> writeSummaryToFile(
382
- String traceName, {
383
- String? destinationDirectory,
384
- bool pretty = false,
385
- }) async {
386
- destinationDirectory ??= testOutputsDirectory;
387
- await _writeSummaryToFile(traceName, destinationDirectory: destinationDirectory, pretty: pretty);
388
- }
389
-
390
Future<void> _writeSummaryToFile(
391
String traceName, {
392
required String destinationDirectory,
0 commit comments