forciblyPurgeJavaScriptMemory method

Future<void> forciblyPurgeJavaScriptMemory()

Simulate OomIntervention by purging V8 memory.

Implementation

Future<void> forciblyPurgeJavaScriptMemory() async {
  await _client.send('Memory.forciblyPurgeJavaScriptMemory');
}