processRes method
Implementation
@override
Future<void> processRes(
{required List<int> res, required ClientResponse ohttpContext}) {
try {
return super.processRes(ohttpContext: ohttpContext, res: res);
} on error.PayjoinError catch (e) {
throw mapPayjoinError(e);
}
}