sendFutureWeather method
Sets the weather for the next 7 days to the watch.
Implementation
Future<void> sendFutureWeather(FutureWeatherListBean futureWeathersBean) {
return _platform.sendFutureWeather(futureWeathersBean);
}
Sets the weather for the next 7 days to the watch.
Future<void> sendFutureWeather(FutureWeatherListBean futureWeathersBean) {
return _platform.sendFutureWeather(futureWeathersBean);
}