run<T> method

T run<T>(
  1. T context()
)

Runs and returns context, capturing the timers.

Implementation

T run<T>(T Function() context) => _timerZone.run(context);