WidgetDataProvider

Provides data for widgets. Implementations should fetch and prepare data for widget rendering.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun provide(): T?

Fetches the current data for the widget.