WeatherDataProvider

Example weather data provider. In a real app, this would fetch data from a weather API.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open suspend override fun provide(): WeatherData

Fetches the current data for the widget.