sendTodayWeather method
Implementation
Future<void> sendTodayWeather(TodayWeatherBean todayWeatherInfo) {
String jsonStr = todayWeatherBeanToJson(todayWeatherInfo);
return mConnconst.invokeMethod('sendTodayWeather', <String, String>{"todayWeatherInfo": jsonStr});
}