timeZoneAwareClock top-level constant
See TimeZoneAwareClock.
Deprecated in favor of TimeZoneAwareClock, since having two ways to perform the same task is redundant, and since subclassing is more expressive.
Implementation
@Deprecated('use the TimeZoneAwareClock class instead')
const timeZoneAwareClock = OpaqueToken<Clock>('timeZoneAwareClock');