AppRepo constructor
AppRepo({
- required IHubbleHttpBuilder http,
- required StringGetter baseUrl,
Implementation
AppRepo({required this.http, required this.baseUrl});