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
start() {
_startTimer();
}
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
start() {
_startTimer();
}