menu
token_keeper package
documentation
core/clock.dart
FixedClock
setTime method
setTime method
dark_mode
light_mode
setTime
method
void
setTime
(
DateTime
time
)
Replaces the current time with
time
.
Implementation
void setTime(DateTime time) => _now = time;
token_keeper package
documentation
core/clock
FixedClock
setTime method
FixedClock class