onResponse method
Implementation
Future onResponse(dynamic response) async {
for (final interceptors in this) {
await interceptors.onResponse?.call(response);
}
}
Future onResponse(dynamic response) async {
for (final interceptors in this) {
await interceptors.onResponse?.call(response);
}
}