Flutter
async
RestartableTimer
cancel method
cancel
RestartableTimer class
Constructors
RestartableTimer
Properties
isActive
tick
hashCode
runtimeType
Methods
cancel
reset
noSuchMethod
toString
Operators
operator ==
cancel method
void
cancel
(
)
override
Cancels the timer.
Implementation
void cancel() { _timer.cancel(); }