AppRepo constructor

AppRepo({
  1. required IHubbleHttpBuilder http,
  2. required StringGetter baseUrl,
})

Implementation

AppRepo({required this.http, required this.baseUrl});