SlowOperationTimer constructor
SlowOperationTimer({})
Implementation
SlowOperationTimer({
required this.description,
this.thresholdMs = defaultSlowOperationThresholdMs,
this.onSlow,
}) : _capturedStack = StackTrace.current {
_stopwatch.start();
}