ApiInterceptor constructor

ApiInterceptor(
  1. RespData mapToRespData(
    1. Map
    ),
  2. dynamic doShowErrorMsg(
    1. String
    )
)

Implementation

ApiInterceptor(this.mapToRespData, this.doShowErrorMsg);