ApiService constructor
ApiService(
- Environment env,
- Endpoint endpoint
Implementation
ApiService(Environment env, Endpoint endpoint) {
var baseOptions = BaseOptions(baseUrl: endpoint.getBackend());
this._api = Dio(baseOptions);
}