getChopperInterceptor method

List<ResponseInterceptor> getChopperInterceptor()

Get chopper interceptor. This should be added to Chopper instance.

Implementation

List<ResponseInterceptor> getChopperInterceptor() {
  return [AliceChopperInterceptor(_aliceCore)];
}