start method

Future<void> start()

Implementation

Future<void> start() async {
  await _client.send('Profiler.start');
}