menu
puppeteer package
documentation
protocol/heap_profiler.dart
HeapProfilerApi
collectGarbage method
collectGarbage method
dark_mode
light_mode
collectGarbage
method
Future
<
void
>
collectGarbage
(
)
Implementation
Future<void> collectGarbage() async { await _client.send('HeapProfiler.collectGarbage'); }
puppeteer package
documentation
protocol/heap_profiler
HeapProfilerApi
collectGarbage method
HeapProfilerApi class