warning method

void warning(
  1. String text
)

Adds a warning.

Implementation

void warning(String text) => _add(LiveTone.warning, '! $text');