warn abstract method

void warn(
  1. String text
)

Stops the spinner and reports text as a warning.

Implementation

void warn(String text);