isOutputSubstitutionDisabled method
Implementation
@override
Future<bool> isOutputSubstitutionDisabled({hint}) {
try {
return super.isOutputSubstitutionDisabled();
} on error.PayjoinError catch (e) {
throw mapPayjoinError(e);
}
}
@override
Future<bool> isOutputSubstitutionDisabled({hint}) {
try {
return super.isOutputSubstitutionDisabled();
} on error.PayjoinError catch (e) {
throw mapPayjoinError(e);
}
}