Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 7510397

Browse files
committed
Add WeatherModel Implements fetchWeather
1 parent cc5983e commit 7510397

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/model/weather.dart

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import 'package:yumemi_weather/yumemi_weather.dart';
2+
3+
class Weather {
4+
String fetchWeather() {
5+
return YumemiWeather().fetchSimpleWeather();
6+
}
7+
}

0 commit comments

Comments
 (0)