$WeatherStatusClient class

Constructors

$WeatherStatusClient.new($Client _rootClient)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getFavorites({bool? oCSAPIRequest}) Future<DynamiteResponse<WeatherStatusGetFavoritesResponseApplicationJson, void>>
Get favorites list.
getFavoritesRaw({bool? oCSAPIRequest}) DynamiteRawResponse<WeatherStatusGetFavoritesResponseApplicationJson, void>
Get favorites list.
getForecast({bool? oCSAPIRequest}) Future<DynamiteResponse<WeatherStatusGetForecastResponseApplicationJson, void>>
Get forecast for current location.
getForecastRaw({bool? oCSAPIRequest}) DynamiteRawResponse<WeatherStatusGetForecastResponseApplicationJson, void>
Get forecast for current location.
getLocation({bool? oCSAPIRequest}) Future<DynamiteResponse<WeatherStatusGetLocationResponseApplicationJson, void>>
Get stored user location.
getLocationRaw({bool? oCSAPIRequest}) DynamiteRawResponse<WeatherStatusGetLocationResponseApplicationJson, void>
Get stored user location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setFavorites({required BuiltList<String> favorites, bool? oCSAPIRequest}) Future<DynamiteResponse<WeatherStatusSetFavoritesResponseApplicationJson, void>>
Set favorites list.
setFavoritesRaw({required BuiltList<String> favorites, bool? oCSAPIRequest}) DynamiteRawResponse<WeatherStatusSetFavoritesResponseApplicationJson, void>
Set favorites list.
setLocation({String? address, double? lat, double? lon, bool? oCSAPIRequest}) Future<DynamiteResponse<WeatherStatusSetLocationResponseApplicationJson, void>>
Set address and resolve it to get coordinates or directly set coordinates and get address with reverse geocoding.
setLocationRaw({String? address, double? lat, double? lon, bool? oCSAPIRequest}) DynamiteRawResponse<WeatherStatusSetLocationResponseApplicationJson, void>
Set address and resolve it to get coordinates or directly set coordinates and get address with reverse geocoding.
setMode({required int mode, bool? oCSAPIRequest}) Future<DynamiteResponse<WeatherStatusSetModeResponseApplicationJson, void>>
Change the weather status mode. There are currently 2 modes: - ask the browser - use the user defined address.
setModeRaw({required int mode, bool? oCSAPIRequest}) DynamiteRawResponse<WeatherStatusSetModeResponseApplicationJson, void>
Change the weather status mode. There are currently 2 modes: - ask the browser - use the user defined address.
toString() String
A string representation of this object.
inherited
usePersonalAddress({bool? oCSAPIRequest}) Future<DynamiteResponse<WeatherStatusUsePersonalAddressResponseApplicationJson, void>>
Try to use the address set in user personal settings as weather location.
usePersonalAddressRaw({bool? oCSAPIRequest}) DynamiteRawResponse<WeatherStatusUsePersonalAddressResponseApplicationJson, void>
Try to use the address set in user personal settings as weather location.

Operators

operator ==(Object other) bool
The equality operator.
inherited