collectGarbage method

Future<void> collectGarbage()

Implementation

Future<void> collectGarbage() async {
  await _client.send('HeapProfiler.collectGarbage');
}