weatherSearch method
- BMFWeatherSearchOption rcommendStopSearchOption
天气检索 onGetWeatherSearchResult 通知天气检索结果BMFWeatherSearchResult BMFWeatherSearchOption 天气检索信息类 成功返回true,否则返回false
Implementation
Future<bool> weatherSearch(
BMFWeatherSearchOption rcommendStopSearchOption) async {
return await _weatherSearchDispatcher
.weatherSearch(rcommendStopSearchOption);
}