sendFutureWeather method

Future<void> sendFutureWeather(
  1. FutureWeatherListBean futureWeathersBean
)

Sets the weather for the next 7 days to the watch.

Implementation

Future<void> sendFutureWeather(FutureWeatherListBean futureWeathersBean) {
  return _platform.sendFutureWeather(futureWeathersBean);
}