getCurrentConfigurations(_:)
Retrieves information about user-configured widgets.
Declaration
@preconcurrency func getCurrentConfigurations(_ completion: @escaping @Sendable (Result<[WidgetInfo], any Error>) -> Void)Parameters
- completion:
A completion handler called when the widget information is available.