shouldInterceptResponse method

  1. @override
FutureOr<bool> shouldInterceptResponse()
override

Implementation

@override
FutureOr<bool> shouldInterceptResponse() {
  return true;
}