shout method

String? shout(
  1. Object? message
)

Implementation

String? shout(Object? message) => _log(Level.SHOUT, message);