checkPjSupported method

  1. @override
PjUri checkPjSupported({
  1. dynamic hint,
})

Implementation

@override
PjUri checkPjSupported({hint}) {
  try {
    return PjUri._(field0: super.checkPjSupported().field0);
  } on error.PayjoinError catch (e) {
    throw mapPayjoinError(e);
  }
}