LoopManager class
循环任务管理器,实现类似 JavaScript 中递归 setTimeout 的效果
Constructors
- LoopManager({required Function task, required Duration interval})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
start(
) → void -
stop(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited