sendTodayWeather method
Set the watch's weather for today.
Implementation
Future<void> sendTodayWeather(TodayWeatherBean todayWeatherInfo) {
return _platform.sendTodayWeather(todayWeatherInfo);
}
Set the watch's weather for today.
Future<void> sendTodayWeather(TodayWeatherBean todayWeatherInfo) {
return _platform.sendTodayWeather(todayWeatherInfo);
}