menu
weather package
documentation
weather.dart
WeatherFactory
WeatherFactory.new constructor
WeatherFactory.new constructor
dark_mode
light_mode
WeatherFactory
constructor
WeatherFactory
(
String
_apiKey
, {
Language
language
=
Language.ENGLISH
,
})
Implementation
WeatherFactory(this._apiKey, {this.language = Language.ENGLISH}) { _httpClient = http.Client(); }
weather package
documentation
weather
WeatherFactory
WeatherFactory.new constructor
WeatherFactory class