WeatherPrint typedef

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

定义打印函数

Implementation

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