Clock.agentClock constructor

Clock.agentClock()

Primary constructor that will return the best available time source for the given platform Use the returned clock to get timestamps that are not influenced by system time changes.

Implementation

factory Clock.agentClock() => _defaultInstance;