start method

Future<void> start()

Starts this trace.

Implementation

Future<void> start() {
  throw UnimplementedError('start() is not implemented');
}