isOutputSubstitutionDisabled method

  1. @override
Future<bool> isOutputSubstitutionDisabled({
  1. dynamic hint,
})

Implementation

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