OnResponseInterceptor typedef
OnResponseInterceptor =
Future Function(dynamic response)
Implementation
typedef OnResponseInterceptor = Future Function(dynamic response);
typedef OnResponseInterceptor = Future Function(dynamic response);