resetState method
The code is used only internally and is not a public API. The comment exists mainly to satisfy the linter.
Implementation
@internal
@visibleForTesting
void resetState() {
// ignore: avoid_print
print(
'WARN: resetState() (should only be used in internal tests, never be used by normal users)');
__state = null;
}