getStopwatch method
- @Deprecated('Use stopwatch() instead.')
Returns a new stopwatch that uses the current time as reported by this.
Implementation
@Deprecated('Use stopwatch() instead.')
Stopwatch getStopwatch() => stopwatch();
Returns a new stopwatch that uses the current time as reported by this.
@Deprecated('Use stopwatch() instead.')
Stopwatch getStopwatch() => stopwatch();