stop abstract method

void stop(
  1. String message, {
  2. Level? level,
  3. Iterable<Field>? fields,
})

Stops timer and outputs a log record containing a message and the measured time between the Interface.startTimer call and this stop call.

An optional level can be specified to control the output log level, and additional fields can be added to provide extra context in the log record.

Implementation

void stop(String message, {Level? level, Iterable<Field>? fields});