setShowWebVitals method

  1. @Deprecated('no longer has any effect.')
Future<void> setShowWebVitals(
  1. bool show
)

Deprecated, no longer has any effect.

Implementation

@Deprecated('no longer has any effect.')
Future<void> setShowWebVitals(bool show) async {
  await _client.send('Overlay.setShowWebVitals', {'show': show});
}