stop method

Future<void> stop()

Marks the end time of the response and queues the network request metric on the device for transmission.

Implementation

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