A cancellable periodic timer used by server-side SSE streams.
The abstraction keeps keepalive behavior deterministic in tests and lets
embedders substitute a scheduler without exposing dart:io.
Properties
Methods
-
cancel(
) → void - Prevents future ticks. Calls are idempotent.
-
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