CountdownListener mixin

Represents a countdown listener that can react to various countdown events.

Mixin Applications

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCancelled() → void
Triggered when the countdown was cancelled.
onPaused() → void
Triggered when the countdown has paused.
onResumed() → void
Triggered when the countdown has resumed.
onStarted() → void
Triggered when the countdown has started.
onTick(Duration currentDuration) → void
Triggered when the countdown has updated its current duration.
toString() String
A string representation of this object.
inherited

Operators

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