warning method

void warning(
  1. dynamic message
)
inherited

Alias for warn().

Implementation

void warning(dynamic message) => warn(message);