start method

Future<void> start()

Marks the start time of the request

Implementation

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