RecurringFutureCallDispatch<T> class abstract

Provides type-safe access to recurring future calls on the server. Typically, this class is overriden by a generated class.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cron(String cronExpression) → T
Calls a FutureCall at a recurring interval defined by cronExpression.
every(Duration interval, {DateTime? start}) → T
Calls a FutureCall at a recurring interval defined by interval, optionally passing a start time.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited