WidgetService constructor
WidgetService({
- required String baseUrl,
- Client? client,
- WidgetCache? cache,
Implementation
WidgetService({required this.baseUrl, http.Client? client, this.cache})
: _client = client ?? http.Client();