PlotRepository class
Constructors
Properties
Methods
-
fillTheTank(
VoidCallback callback) → Future< void> - Simulates a process to "fill the tank" (e.g. preload initial data).
-
genVal(
Offset previous) → Offset - Generates a new dot based on the previous dot. Increments x by 1 and computes: y = 10 * sin(x/4) + Random(0, 5)
-
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