reset method
Resets the values of this policy.
Called when the flush has been completed.
Implementation
@override
reset() {
super.reset();
_count = 0;
}
Resets the values of this policy.
Called when the flush has been completed.
@override
reset() {
super.reset();
_count = 0;
}