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