forciblyPurgeJavaScriptMemory method
Simulate OomIntervention by purging V8 memory.
Implementation
Future<void> forciblyPurgeJavaScriptMemory() async {
await _client.send('Memory.forciblyPurgeJavaScriptMemory');
}
Simulate OomIntervention by purging V8 memory.
Future<void> forciblyPurgeJavaScriptMemory() async {
await _client.send('Memory.forciblyPurgeJavaScriptMemory');
}