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