clock library
Classes
- Clock
- A provider for the "current time" and points relative to the current time.
Properties
Functions
-
getStopwatch(
) → Stopwatch - Returns a stopwatch that uses the current time as reported by clock.
-
systemTime(
) → DateTime - Returns the current system time.
-
withClock<
T> (Clock clock, T callback(), {bool isFinal = false}) → T -
Runs
callback
with the given value for the top-levelclock
field.
Typedefs
- TimeFunction = DateTime Function()
- Returns current time.