shouldInterceptResponse method

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

Implementation

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