end method
Resets the accumulated delta to 0.
Call super.end()
if you overwrite this function.
Implementation
@override
void end() {
_intervalDelta = 0;
}
Resets the accumulated delta to 0.
Call super.end()
if you overwrite this function.
@override
void end() {
_intervalDelta = 0;
}