run<T> method
T
run<T>(
- T context()
Runs and returns context
, capturing the timers.
Implementation
T run<T>(T Function() context) => _timerZone.run(context);
Runs and returns context
, capturing the timers.
T run<T>(T Function() context) => _timerZone.run(context);