Dart
dart:async
Timer
cancel abstract method
cancel
Timer class
Constructors
Timer
periodic
Properties
isActive
tick
hashCode
runtimeType
Methods
cancel
noSuchMethod
toString
Operators
operator ==
Static methods
run
cancel method
void
cancel
(
)
Cancels the timer.
Implementation
void cancel();