success method

void success()

Notify listeners to start the sucess animation

Implementation

void success() {
  if (_successListener != null) _successListener!();
}