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 0825468 commit 261a66aCopy full SHA for 261a66a
pkgs/hooks_runner/lib/src/build_runner/build_runner.dart
@@ -51,6 +51,10 @@ class NativeAssetsBuildRunner {
51
final _task = TimelineTask();
52
53
/// Traced by [_task], cannot be used for concurrent actions.
54
+ ///
55
+ /// Use [_fileSystemUntraced] for actions that must not be traced.
56
57
+ /// This uses [_fileSystemUntraced] under the hood.
58
late final TracingFileSystem _fileSystem;
59
60
/// Not traced by [_task], can be used for concurrent actions.
0 commit comments