NUIInterceptor.forResponse constructor

NUIInterceptor.forResponse({
  1. required String interceptedResponseBody,
  2. bool stopIntercepting = false,
  3. bool noIntercepting = true,
})

Implementation

NUIInterceptor.forResponse({required this.interceptedResponseBody, this.stopIntercepting = false, this.noIntercepting=true});