WeatherPrint typedef

WeatherPrint = void Function(String message, {String tag, int wrapWidth})

Define print function

Implementation

typedef WeatherPrint = void Function(String message,
    {int wrapWidth, String tag});