MyInterceptor constructor

MyInterceptor({
  1. bool useInProd = false,
  2. bool isActive = true,
  3. dynamic isError(
    1. GrpcError
    )?,
})

Implementation

MyInterceptor({
  this.useInProd = false,
  this.isActive = true,
  this.isError,
});