disable method
Disable collecting and reporting metrics.
Implementation
Future<void> disable() async {
  await _client.send('Performance.disable');
}Disable collecting and reporting metrics.
Future<void> disable() async {
  await _client.send('Performance.disable');
}