ApiLayer.custom constructor

ApiLayer.custom(
  1. String urlBase, {
  2. String? environment,
  3. Map<String, String>? header,
})

Call External Apis

Implementation

ApiLayer.custom(this.urlBase, {this.environment, this.header});