withResponseFilter method
Sets a custom response filter callback.
Implementation
@Deprecated('Use withResponseChain instead')
B withResponseFilter(bool Function(TRes) filter) {
responseFilter = filter;
return _self;
}
Sets a custom response filter callback.
@Deprecated('Use withResponseChain instead')
B withResponseFilter(bool Function(TRes) filter) {
responseFilter = filter;
return _self;
}