reset method
void
reset()
Back to the start, at the top of a frame. Safe under a frame the GPU has not finished — the library comment is the argument.
Implementation
void reset() => _cursor = 0;
Back to the start, at the top of a frame. Safe under a frame the GPU has not finished — the library comment is the argument.
void reset() => _cursor = 0;