ApiInterceptor constructor

ApiInterceptor(
  1. RespData mapToRespData(
    1. Map
    ),
  2. dynamic doShowErrorMsg(
    1. String
    ), {
  3. bool showLog = false,
})

Implementation

ApiInterceptor(this.mapToRespData, this.doShowErrorMsg,
    {this.showLog = false});