clearCompilationCache method
Clears seeded compilation cache.
Implementation
Future<void> clearCompilationCache() async {
await _client.send('Page.clearCompilationCache');
}
Clears seeded compilation cache.
Future<void> clearCompilationCache() async {
await _client.send('Page.clearCompilationCache');
}