stop method

Future<void> stop()

Stops this trace.

Implementation

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