reset method
Reset the runtime to start fresh (call once per QueryString.execute())
Implementation
@override
void reset() {
_resetRuntime();
_consecutiveErrors = 0;
}
Reset the runtime to start fresh (call once per QueryString.execute())
@override
void reset() {
_resetRuntime();
_consecutiveErrors = 0;
}