succeed abstract method

void succeed(
  1. String text
)

Stops the spinner and reports text as a success.

Implementation

void succeed(String text);