useNothing function
Implementation
ResponseInterceptor useNothing() {
return ResponseInterceptor(interceptor: (Response response) async {
return ResponseInterceptorFlow(response, terminate: false, startAgain: false);
});
}
ResponseInterceptor useNothing() {
return ResponseInterceptor(interceptor: (Response response) async {
return ResponseInterceptorFlow(response, terminate: false, startAgain: false);
});
}