end method

Future<void> end()

Stop trace events collection.

Implementation

Future<void> end() async {
  await _client.send('Tracing.end');
}