CurrentZoneScheduler class
Asynchronous scheduler that executes actions in Zone.current.
- Inheritance
-
- Object
- Scheduler
- ZoneScheduler
- CurrentZoneScheduler
Constructors
- CurrentZoneScheduler()
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
schedule(
Callback0 callback) → Disposable -
Schedules a
callbackto be executed.inherited -
scheduleAbsolute(
DateTime dateTime, Callback0 callback) → Disposable -
Schedules a
callbackto be executed at the specifieddateTime.inherited -
scheduleIteration(
Predicate0 callback) → Disposable -
Schedules a
callbackto be executed while its return value istrue.inherited -
schedulePeriodic(
Duration duration, Callback1< Disposable> callback) → Disposable -
Schedules a
callbackto be executed periodically everyduration.inherited -
scheduleRelative(
Duration duration, Callback0 callback) → Disposable -
Schedules a
callbackto be executed after the specifiedduration.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited