start method

void start()

Notify listeners to start the loading animation

Implementation

void start() {
  if (_startListener != null) _startListener!();
}