clearCompilationCache method

Future<void> clearCompilationCache()

Clears seeded compilation cache.

Implementation

Future<void> clearCompilationCache() async {
  await _client.send('Page.clearCompilationCache');
}