success method

void success()

Stops the activity indicator with success.

Implementation

void success() {
  _stop();
  activity.render(_console, ActivityIndicatorState.success);
}