NetworkProvider constructor

NetworkProvider(Config config)

Implementation

NetworkProvider(this.config) {
  assert(this.baseURL.endsWith("/"));
}