weatherChangeEveStm property
Stream<WeatherChangeBean>
get
weatherChangeEveStm
Sets up a weather listener weatherChangeEveStm, and the update result of the weather state is returned through the data stream and saved in the "event".
Implementation
Stream<WeatherChangeBean> get weatherChangeEveStm {
return _platform.weatherChangeEveStm;
}