start method

  1. @override
void start()
override

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;
}