CustomInterceptProfile constructor

CustomInterceptProfile({
  1. String? interceptEndpointGroup,
})

Implementation

CustomInterceptProfile({
  this.interceptEndpointGroup,
});