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() {
shouldFlush = true;
}