menu
puppeteer package
documentation
protocol/tracing.dart
TracingApi
end method
end method
dark_mode
light_mode
end
method
Future
<
void
>
end
(
)
Stop trace events collection.
Implementation
Future<void> end() async { await _client.send('Tracing.end'); }
puppeteer package
documentation
protocol/tracing
TracingApi
end method
TracingApi class