start method
Start gets executed when the FlushPolicy is added to the client.
This is a good place to initialize configuration or timers as it will only execute when this policy is enabled
Implementation
@override
void start() {
_count = 0;
}
Start gets executed when the FlushPolicy is added to the client.
This is a good place to initialize configuration or timers as it will only execute when this policy is enabled
@override
void start() {
_count = 0;
}